Skip to content

Commit

Permalink
cleanup/ceph: add right bracket to watch-channel argument
Browse files Browse the repository at this point in the history
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
  • Loading branch information
liuchang0812 committed Dec 27, 2017
1 parent ccae16d commit 4e55d80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ceph.in
Expand Up @@ -296,8 +296,9 @@ def parse_cmdargs(args=None, target=''):
help='watch error events')

parser.add_argument('--watch-channel', dest="watch_channel",
choices=['cluster', 'audit', '*'],
help="which log channel to follow " \
"when using -w/--watch. One of ['cluster', 'audit', '*'",
"when using -w/--watch. One of ['cluster', 'audit', '*']",
default='cluster')

parser.add_argument('--version', '-v', action="store_true", help="display version")
Expand Down

0 comments on commit 4e55d80

Please sign in to comment.