]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/man/cephfs-shell.rst: put cmd must accept both path mandatorily
authordparmar18 <dparmar@redhat.com>
Wed, 20 Apr 2022 15:19:34 +0000 (20:49 +0530)
committerdparmar18 <dparmar@redhat.com>
Wed, 11 May 2022 11:40:36 +0000 (17:10 +0530)
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
doc/man/8/cephfs-shell.rst

index 502423d253764a74c7533d20f0385856d7bb41ac..6234002780c81e4b4a7b896f8b938e04c5f2e601 100644 (file)
@@ -101,7 +101,7 @@ Copy a file/directory to Ceph File System from Local File System.
 
 Usage : 
     
-        put [options] <source_path> [target_path]
+        put [options] <source_path> <target_path>
 
 * source_path - local file/directory path to be copied to cephfs.
     * if `.` copies all the file/directories in the local working directory.