mirror of
https://github.com/munki/munki.git
synced 2026-02-09 08:40:40 -06:00
changed description for munkiimport plugin option prompt/help text
This commit is contained in:
@@ -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.')
|
||||
|
||||
Reference in New Issue
Block a user