]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Wed, 11 May 2022 11:46:28 +0000 (17:16 +0530)
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
doc/man/8/cephfs-shell.rst

index 6234002780c81e4b4a7b896f8b938e04c5f2e601..2e989dd817c1e518991b23b3d9fe177f1cf0372d 100644 (file)
@@ -121,7 +121,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.