mirror of
https://github.com/munki/munki.git
synced 2026-04-25 14:29:02 -05:00
Fix help message for managedsoftwareupdate --id
This commit is contained in:
@@ -473,7 +473,7 @@ def main():
|
||||
help="""Uses MunkiStatus.app for progress feedback when
|
||||
installing.""")
|
||||
p.add_option('--id', default='',
|
||||
help='Alternate identifier for catalog retreival')
|
||||
help='Alternate identifier for manifest retrieval')
|
||||
p.add_option('--quiet', '-q', action='store_true',
|
||||
help="""Quiet mode. Logs messages, but nothing to stdout.
|
||||
--verbose is ignored if --quiet is used.""")
|
||||
|
||||
Reference in New Issue
Block a user