From 05a3c3269fbcbb468e2d04c7c1fcecd049fc05e8 Mon Sep 17 00:00:00 2001 From: Chang Liu Date: Wed, 27 Dec 2017 14:57:29 +0800 Subject: [PATCH] ceph: add the right bracket to watch-channel argument in the help message Signed-off-by: Chang Liu --- src/ceph.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ceph.in b/src/ceph.in index 79bec56261dc0..d5df0103506ca 100755 --- a/src/ceph.in +++ b/src/ceph.in @@ -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") -- 2.39.5