Fix help message for managedsoftwareupdate --id

This commit is contained in:
Greg Neagle
2015-08-19 09:46:04 -07:00
parent 853fcfdb23
commit 891d70c778
+1 -1
View File
@@ -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.""")