From 6e6a2362c390d9bd405b191b43c529709fb58083 Mon Sep 17 00:00:00 2001 From: Robert Gogolok Date: Sat, 29 Dec 2007 22:29:09 +0000 Subject: bcfg2-admin: print usage if no arguments git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4129 ce84e21b-d406-0410-9b95-82705330c041 --- setup.py | 1 - src/sbin/bcfg2-admin | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 73d17e9d7..fc8e20993 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,6 @@ setup(name="Bcfg2.Server", "Bcfg2.Server.Plugins", "Bcfg2.Server.Reports", "Bcfg2.Server.Reports.reports", - "Bcfg2.Server.Reports.reports", "Bcfg2.Server.Reports.reports.templatetags", "Bcfg2.tlslite", "Bcfg2.tlslite.utils", diff --git a/src/sbin/bcfg2-admin b/src/sbin/bcfg2-admin index d7ad02d3a..d4f30075f 100755 --- a/src/sbin/bcfg2-admin +++ b/src/sbin/bcfg2-admin @@ -27,11 +27,10 @@ if __name__ == '__main__': print msg raise SystemExit(1) - if not args: - print usage - raise SystemExit(1) help = False + if not args: + help = True # First get the options... for opt, arg in opts: if opt in ("-h", "--help"): -- cgit v1.2.3-1-g7c22