[svn] commit: r927 - /branches/each-loadzone/src/bin/loadzone/b10-loadzone.py

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 23 15:53:04 UTC 2010


Author: each
Date: Tue Feb 23 15:53:04 2010
New Revision: 927

Log:
fixed out-of-date usage

Modified:
    branches/each-loadzone/src/bin/loadzone/b10-loadzone.py

Modified: branches/each-loadzone/src/bin/loadzone/b10-loadzone.py
==============================================================================
--- branches/each-loadzone/src/bin/loadzone/b10-loadzone.py (original)
+++ branches/each-loadzone/src/bin/loadzone/b10-loadzone.py Tue Feb 23 15:53:04 2010
@@ -20,7 +20,7 @@
 # usage: print usage note and exit
 #########################################################################
 def usage():
-    print("Usage: %s [-d <database>] [-o <origin>] <file>" % sys.argv[0])
+    print("Usage: %s [-d <database>] <file>" % sys.argv[0])
     exit(1)
 
 #########################################################################




More information about the bind10-changes mailing list