From: ZhenLiu94 Date: Fri, 29 May 2020 01:26:09 +0000 (+0800) Subject: ceph.in: add the missing right parenthesis in the help message X-Git-Tag: v16.1.0~2154^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7151f320ce1582962658c15a1a07795be408ff1b;p=ceph.git ceph.in: add the missing right parenthesis in the help message Signed-off-by: ZhenLiu94 --- 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')