summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorJianpeng Ma <jianpeng.ma@intel.com>2017-07-06 15:55:11 +0200
committerJianpeng Ma <jianpeng.ma@intel.com>2017-07-06 15:55:11 +0200
commit82a5e82f73e21cc35cb3c5dbc4d6d18ec7058913 (patch)
tree0ff14eaccf2d98e28a98dffbe06bf944432a1b80 /doc/man
parentMerge pull request #16026 from linuxbox2/wip-tag-timeout-secs (diff)
downloadceph-82a5e82f73e21cc35cb3c5dbc4d6d18ec7058913.tar.xz
ceph-82a5e82f73e21cc35cb3c5dbc4d6d18ec7058913.zip
doc/rados.8: add offset option for put command.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/8/rados.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/8/rados.rst b/doc/man/8/rados.rst
index 90668706c09..bc0322bb678 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.