summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-admin
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbin/bcfg2-admin')
-rwxr-xr-xsrc/sbin/bcfg2-admin5
1 files changed, 2 insertions, 3 deletions
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"):