From 7151f320ce1582962658c15a1a07795be408ff1b Mon Sep 17 00:00:00 2001 From: ZhenLiu94 Date: Fri, 29 May 2020 09:26:09 +0800 Subject: [PATCH] ceph.in: add the missing right parenthesis in the help message Signed-off-by: ZhenLiu94 --- src/ceph.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph.in b/src/ceph.in index 13929a4cca8..c84219f371b 100755 --- a/src/ceph.in +++ b/src/ceph.in @@ -305,7 +305,7 @@ def parse_cmdargs(args=None, target=''): parser.add_argument('--cluster', help='cluster name') parser.add_argument('--admin-daemon', dest='admin_socket', - help='submit admin-socket commands (\"help\" for help') + help='submit admin-socket commands (\"help\" for help)') parser.add_argument('-s', '--status', action='store_true', help='show cluster status') -- 2.47.3