diff options
author | Jianpeng Ma <jianpeng.ma@intel.com> | 2017-07-06 15:55:11 +0200 |
---|---|---|
committer | Jianpeng Ma <jianpeng.ma@intel.com> | 2017-07-06 15:55:11 +0200 |
commit | 82a5e82f73e21cc35cb3c5dbc4d6d18ec7058913 (patch) | |
tree | 0ff14eaccf2d98e28a98dffbe06bf944432a1b80 /doc/man | |
parent | Merge pull request #16026 from linuxbox2/wip-tag-timeout-secs (diff) | |
download | ceph-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.rst | 4 |
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. |