From a558710c7e23d6fd43c800c103a8702ca74ae258 Mon Sep 17 00:00:00 2001 From: Anthony D'Atri Date: Wed, 11 Jan 2023 23:55:12 -0500 Subject: [PATCH] ceph: Clarify usage message for admin-socket commands Signed-off-by: Anthony D'Atri --- src/ceph.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ceph.in b/src/ceph.in index 1e2bf6e56d125..2ba2c74768cf8 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') -- 2.39.5