]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph: fix a small error in the ceph command help 66666/head
authorJohn Mulligan <jmulligan@redhat.com>
Wed, 17 Dec 2025 15:52:12 +0000 (10:52 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 17 Dec 2025 15:52:12 +0000 (10:52 -0500)
commita09408e3b6d455c095f5968232beb24f3b63f784
treec1ee151f60576c3c554a72a5ae32d1c4cc1a1a1d
parent2e87714b94a9e16c764ef6f97de50aecf1b0c41e
ceph: fix a small error in the ceph command help

Before:
```
  --cluster CLUSTER     cluster name
  --admin-daemon ADMIN_SOCKET
                        submit admin-socket command (e.g. "help" fora list of
                        available commands)
  -s, --status          show cluster status
```
^ 'fora list' is probably not intentional.

Due to the way the strings were concatenated in the python sources the
words 'for' and 'a' lacked a space between them. Add a space before
'a' and fix the help output.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/ceph.in