From: Nathan Cutler Date: Tue, 26 Nov 2019 07:04:17 +0000 (+0100) Subject: doc: mention --namespace option in rados manpage X-Git-Tag: v15.1.0~747^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F31871%2Fhead;p=ceph.git doc: mention --namespace option in rados manpage Fixes: https://tracker.ceph.com/issues/43021 Signed-off-by: Nathan Cutler --- diff --git a/doc/man/8/rados.rst b/doc/man/8/rados.rst index 7fef5a3728a..710be7354fa 100644 --- a/doc/man/8/rados.rst +++ b/doc/man/8/rados.rst @@ -32,6 +32,10 @@ Options PG id to which the command will be directed. With this option, certain commands like ``ls`` allow users to limit the scope of the command to the given PG. +.. option:: -N namespace, --namespace namespace + + Specify the rados namespace to use for the object. + .. option:: -s snap, --snap snap Read from the given pool snapshot. Valid for all pool-specific read operations.