From 4353b5548e0a2a46a0f429afd1b82f4989e665ae Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Tue, 26 Nov 2019 08:04:17 +0100 Subject: [PATCH] doc: mention --namespace option in rados manpage Fixes: https://tracker.ceph.com/issues/43021 Signed-off-by: Nathan Cutler --- doc/man/8/rados.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/man/8/rados.rst b/doc/man/8/rados.rst index 7fef5a3728ab5..710be7354fad2 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. -- 2.39.5