]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.in: add the missing right parenthesis in the help message 35288/head
authorZhenLiu94 <zhenliu94@163.com>
Fri, 29 May 2020 01:26:09 +0000 (09:26 +0800)
committerZhenLiu94 <zhenliu94@163.com>
Fri, 29 May 2020 01:26:09 +0000 (09:26 +0800)
Signed-off-by: ZhenLiu94 <zhenliu94@163.com>
src/ceph.in

index 13929a4cca8d1610527495711b3db56ec24ca224..c84219f371bf6c7e2bce74867b3a32c1c3fc2e6b 100755 (executable)
@@ -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')