Skip to content

Commit

Permalink
remove stale reference to -v
Browse files Browse the repository at this point in the history
  • Loading branch information
trehn committed Sep 16, 2017
1 parent 895f493 commit 44ee92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundlewrap/cmdline/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def build_parser_bw():
action='store_true',
default=False,
dest='debug',
help=_("print debugging info (implies -v)"),
help=_("print debugging info"),
)
parser.add_argument(
"-r",
Expand Down

0 comments on commit 44ee92d

Please sign in to comment.