]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados.8: add offset option for put command. 16155/head
authorJianpeng Ma <jianpeng.ma@intel.com>
Thu, 6 Jul 2017 13:55:11 +0000 (21:55 +0800)
committerJianpeng Ma <jianpeng.ma@intel.com>
Thu, 6 Jul 2017 13:55:11 +0000 (21:55 +0800)
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
doc/man/8/rados.rst

index 90668706c09b7c64a8a6a51590347eff3212b7d9..bc0322bb678553d91437b6fa3cc6df6152e7e1da 100644 (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.