]> 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 09:28:25 +0000 (14:58 +0530)
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit 70e21a92dfd30d0569446bd11ebd76d0ebd1a855)

doc/man/8/cephfs-shell.rst

index 65b344fa9126ccc06b6cbd403f807012f452f9b9..9943fd73f18d09a2f50d23afd75741073419e674 100644 (file)
@@ -84,7 +84,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.