]> git-server-git.apps.pok.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 09:29:26 +0000 (14:59 +0530)
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit db8ff8b809f33d1a410aefc3bace4a1b8a824cce)

doc/man/8/cephfs-shell.rst

index 9943fd73f18d09a2f50d23afd75741073419e674..be09f0b19c95123f79da26f7fca046b0bfe9eedf 100644 (file)
@@ -104,7 +104,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.