]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2380] clarified the expected range for log levels
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 18 Dec 2012 07:48:19 +0000 (23:48 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 18 Dec 2012 07:48:19 +0000 (23:48 -0800)
src/bin/loadzone/loadzone.py.in

index fce1b20ef4e58402a8f00699f43e7966fce5f9fd..525ff31df5a0e7fcf2a4a2d99bf72a26d727c7b9 100755 (executable)
@@ -61,7 +61,7 @@ Example: '{"database_file": "/path/to/dbfile/db.sqlite3"}'""",
                       metavar='CONFIG')
     parser.add_option("-d", "--debug", dest="debug_level",
                       type='int', action="store", default=None,
-                      help="enable debug logs with the specified level")
+                      help="enable debug logs with the specified level [0-99]")
     parser.add_option("-i", "--report-interval", dest="report_interval",
                       type='int', action="store",
                       default=LOAD_INTERVAL_DEFAULT,