]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph: Clarify usage message for admin-socket commands 49723/head
authorAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Thu, 12 Jan 2023 04:55:12 +0000 (23:55 -0500)
committerAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Wed, 1 Feb 2023 04:30:59 +0000 (23:30 -0500)
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
src/ceph.in

index 1e2bf6e56d12581170a3d8e96db44a3a6cac346a..2ba2c74768cf81779810055bf17efd362edc8919 100755 (executable)
@@ -308,7 +308,8 @@ def parse_cmdargs(args=None, target='') -> Tuple[argparse.ArgumentParser,
     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 command (e.g. "help\" for' \
+                        'a list of available commands)')
 
     parser.add_argument('-s', '--status', action='store_true',
                         help='show cluster status')