]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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>
Tue, 17 May 2022 08:16:52 +0000 (13:46 +0530)
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit 70e21a92dfd30d0569446bd11ebd76d0ebd1a855)

doc/cephfs/cephfs-shell.rst

index a24fc56b0dc2a75835f7cb73fedcbc5a535fd937..a21290d2f9f2d99f33c85bef1697adc685a277e2 100644 (file)
@@ -64,7 +64,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.