From: Anthony D'Atri Date: Thu, 12 Jan 2023 04:55:12 +0000 (-0500) Subject: ceph: Clarify usage message for admin-socket commands X-Git-Tag: v18.1.0~413^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a558710c7e23d6fd43c800c103a8702ca74ae258;p=ceph.git ceph: Clarify usage message for admin-socket commands Signed-off-by: Anthony D'Atri --- diff --git a/src/ceph.in b/src/ceph.in index 1e2bf6e56d12..2ba2c74768cf 100755 --- a/src/ceph.in +++ b/src/ceph.in @@ -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')