]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/man/8/cephfs-shell.rst
import ceph quincy 17.2.1
[ceph.git] / ceph / doc / man / 8 / cephfs-shell.rst
index 65b344fa9126ccc06b6cbd403f807012f452f9b9..be09f0b19c95123f79da26f7fca046b0bfe9eedf 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.
@@ -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.