changed description for munkiimport plugin option prompt/help text

This commit is contained in:
Ryan Yu
2016-12-20 14:24:59 -08:00
parent 1b01fd4b89
commit 3133677958

View File

@@ -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.')