mirror of
https://github.com/ceph/ceph
synced 2025-01-02 09:02:34 +00:00
doc/rados.8: add offset option for put command.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
This commit is contained in:
parent
08051155a4
commit
82a5e82f73
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user