]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man/cephfs-shell.rst: get cmd must accept both path mandatorily
authordparmar18 <dparmar@redhat.com>
Wed, 20 Apr 2022 15:24:25 +0000 (20:54 +0530)
committerdparmar18 <dparmar@redhat.com>
Tue, 17 May 2022 08:19:53 +0000 (13:49 +0530)
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit db8ff8b809f33d1a410aefc3bace4a1b8a824cce)

doc/cephfs/cephfs-shell.rst

index a21290d2f9f2d99f33c85bef1697adc685a277e2..2fa1decbbfd019a0ae30087ba11d5573e1de6ccf 100644 (file)
@@ -84,7 +84,7 @@ Copy a file from Ceph File System to Local File System.
 
 Usage : 
 
-    get [options] <source_path> [target_path]
+    get [options] <source_path> <target_path>
 
 * source_path - remote file/directory path which is to be copied to local file system.
     * if `.` copies all the file/directories in the remote working directory.