Skip to content

Commit

Permalink
Fix help messages for --debug.
Browse files Browse the repository at this point in the history
Fixes LP Bug #1012746.

Change-Id: I54af0d20b3f5b56a1b350de3ac1324f1bbcd57ed
  • Loading branch information
dprince committed Jun 13, 2012
1 parent e9dd69c commit 1672eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/glance
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ def create_options(parser):
parser.add_option('-v', '--verbose', default=False, action="store_true",
help="Print more verbose output")
parser.add_option('-d', '--debug', default=False, action="store_true",
help="Print more verbose output")
help="Print debugging output")
parser.add_option('-H', '--host', metavar="ADDRESS", default="0.0.0.0",
help="Address of Glance API host. "
"Default: %default")
Expand Down
2 changes: 1 addition & 1 deletion bin/glance-cache-manage
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def create_options(parser):
parser.add_option('-v', '--verbose', default=False, action="store_true",
help="Print more verbose output")
parser.add_option('-d', '--debug', default=False, action="store_true",
help="Print more verbose output")
help="Print debugging output")
parser.add_option('-H', '--host', metavar="ADDRESS", default="0.0.0.0",
help="Address of Glance API host. "
"Default: %default")
Expand Down

0 comments on commit 1672eeb

Please sign in to comment.