]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: use preferred commands for ceph config-key 26527/head
authorChangcheng Liu <changcheng.liu@intel.com>
Wed, 20 Feb 2019 03:22:04 +0000 (11:22 +0800)
committerChangcheng Liu <changcheng.liu@intel.com>
Tue, 26 Feb 2019 01:01:14 +0000 (09:01 +0800)
'del' & 'list' & 'put' are deprecated. It's preferred to
using 'rm' & 'ls' & 'set' for ceph config-key

Signed-off-by: Changcheng Liu <changcheng.liu@intel.com>
doc/man/8/ceph.rst

index 8d0cf3150cf37c0176c236b40b12b00edbfad967..2291526e55d5cef72dc455d50ad0138be1818d10 100644 (file)
@@ -13,7 +13,7 @@ Synopsis
 
 | **ceph** **compact**
 
-| **ceph** **config-key** [ *del* | *exists* | *get* | *list* | *dump* | *put* ] ...
+| **ceph** **config-key** [ *rm* | *exists* | *get* | *ls* | *dump* | *set* ] ...
 
 | **ceph** **daemon** *<name>* \| *<path>* *<command>* ...
 
@@ -179,11 +179,11 @@ config-key
 
 Manage configuration key. It uses some additional subcommands.
 
-Subcommand ``del`` deletes configuration key.
+Subcommand ``rm`` deletes configuration key.
 
 Usage::
 
-       ceph config-key del <key>
+       ceph config-key rm <key>
 
 Subcommand ``exists`` checks for configuration keys existence.
 
@@ -197,7 +197,7 @@ Usage::
 
        ceph config-key get <key>
 
-Subcommand ``list`` lists configuration keys.
+Subcommand ``ls`` lists configuration keys.
 
 Usage::