From 82a5e82f73e21cc35cb3c5dbc4d6d18ec7058913 Mon Sep 17 00:00:00 2001 From: Jianpeng Ma Date: Thu, 6 Jul 2017 21:55:11 +0800 Subject: [PATCH] doc/rados.8: add offset option for put command. Signed-off-by: Jianpeng Ma --- doc/man/8/rados.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/8/rados.rst b/doc/man/8/rados.rst index 90668706c09b7..bc0322bb67855 100644 --- a/doc/man/8/rados.rst +++ b/doc/man/8/rados.rst @@ -94,8 +94,8 @@ Pool specific commands :command:`get` *name* *outfile* Read object name from the cluster and write it to outfile. -:command:`put` *name* *infile* - Write object name to the cluster with contents from infile. +:command:`put` *name* *infile* [--offset offset] + Write object name with start offset (default:0) to the cluster with contents from infile. :command:`append` *name* *infile* Append object name to the cluster with contents from infile. -- 2.47.3