Kaydet (Commit) f4512a8c authored tarafından Eray Özkural's avatar Eray Özkural

--no commit message

--no commit message
üst 42dc7d7b
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment