From 313367795898f751fef17af8deb1dd6ebaf8f535 Mon Sep 17 00:00:00 2001 From: Ryan Yu Date: Tue, 20 Dec 2016 14:24:59 -0800 Subject: [PATCH] changed description for munkiimport plugin option prompt/help text --- code/client/munkiimport | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/client/munkiimport b/code/client/munkiimport index 15f25d31..b2b9ff08 100755 --- a/code/client/munkiimport +++ b/code/client/munkiimport @@ -806,7 +806,7 @@ def configure(): 'pkginfo editor (examples: /usr/bin/vi or TextMate.app; ' 'leave empty to not open an editor after import)'), ('default_catalog', 'Default catalog to use (example: testing)'), - ('plugin', 'Use custom scripts for custom munki_repos, default is configurable in munkiimport --configure, otherwise uses FileRepo') + ('plugin', 'Use a plugin to write to a custom munki repository') ]: if key == 'plugin': if not os.path.isdir("/usr/local/munki/munkilib/plugins"): @@ -883,7 +883,7 @@ def main(): 'over the default repo_url specified via ' '--configure.') parser.add_option('--plugin', '--plugin', default='', - help='Specify a custom plugin to run for munkiimport Repo.') + help='Optional custom plugin to run for munkiimport Repo.') parser.add_option('--icon_path', '--icon-path', default='', type='string', help='Path to an icon file for the package. ' 'Will overwrite an existing icon.')