doc/rados.8: add offset option for put command.

Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
This commit is contained in:
Jianpeng Ma 2017-07-06 21:55:11 +08:00
parent 08051155a4
commit 82a5e82f73

View File

@ -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.