mirror of
https://github.com/ceph/ceph
synced 2025-01-12 14:10:27 +00:00
Merge pull request #15935 from zphj1987/master
ceph-conf: fix typo in usage: 'mon add' should be 'mon addr' Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
98d21bdf7a
@ -26,7 +26,7 @@
|
||||
|
||||
EXAMPLES
|
||||
[$] ceph-conf --name mon.0 -c /etc/ceph/ceph.conf 'mon addr' (re)
|
||||
Find out what the value of 'mon add' is for monitor 0.
|
||||
Find out what the value of 'mon addr' is for monitor 0.
|
||||
|
||||
[$] ceph-conf -l mon (re)
|
||||
List sections beginning with 'mon'.
|
||||
|
@ -51,7 +51,7 @@ If there is no action given, the action will default to --lookup.\n\
|
||||
\n\
|
||||
EXAMPLES\n\
|
||||
$ ceph-conf --name mon.0 -c /etc/ceph/ceph.conf 'mon addr'\n\
|
||||
Find out what the value of 'mon add' is for monitor 0.\n\
|
||||
Find out what the value of 'mon addr' is for monitor 0.\n\
|
||||
\n\
|
||||
$ ceph-conf -l mon\n\
|
||||
List sections beginning with 'mon'.\n\
|
||||
|
Loading…
Reference in New Issue
Block a user