mirror of
https://github.com/munki/munki.git
synced 2026-04-23 21:40:25 -05:00
Minor output message tweaks.
git-svn-id: http://munki.googlecode.com/svn/trunk@137 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -157,7 +157,12 @@ def main():
|
||||
# create needed directories if necessary
|
||||
if not initMunkiDirs():
|
||||
exit(-1)
|
||||
|
||||
|
||||
if not munkicommon.verbose == 0 :
|
||||
print "Managed Software Update Tool"
|
||||
print "Copyright 2009 The Munki Project"
|
||||
print "http://code.google.com/p/munki\n"
|
||||
|
||||
updatesavailable = False
|
||||
if not options.installonly:
|
||||
result = updatecheck.check(id=options.id)
|
||||
@@ -235,7 +240,7 @@ def main():
|
||||
installer.run()
|
||||
else:
|
||||
if not options.quiet:
|
||||
print "Run %s --installonly to install the downloaded updates." % myname
|
||||
print "\nRun %s --installonly to install the downloaded updates." % myname
|
||||
|
||||
if munkicommon.munkistatusoutput:
|
||||
munkistatus.quit()
|
||||
|
||||
Reference in New Issue
Block a user