This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user