This commit is contained in:
Eray Özkural
2005-07-05 18:31:58 +00:00
parent 42dc7d7bed
commit f4512a8c73
+2 -1
View File
@@ -24,7 +24,8 @@ class PisiCLI(object):
parser.add_option("-v", "--verbose", action="store_true",
dest="verbose", default=False,
help="detailed output")
parser.add_option("-d", "--debug", action="store_true", default=True)
parser.add_option("-d", "--debug", action="store_true",
default=True, help="show debugging information")
parser.add_option("-n", "--dry-run", action="store_true", default=False,
help = "do not perform any action, just show what\
would be done")