]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fix Spelling Error of Cephfs Shell 23907/head
author李丙洋 10208981 <li.bingyang1@zte.com.cn>
Tue, 4 Sep 2018 09:22:10 +0000 (17:22 +0800)
committer李丙洋 10208981 <li.bingyang1@zte.com.cn>
Tue, 4 Sep 2018 09:22:17 +0000 (17:22 +0800)
Signed-off-by: Li Bingyang <li.bingyang1@zte.com.cn>
doc/cephfs/cephfs-shell.rst

index 48cfc104f06fa26dccbf55616672a951238b9356..b6ef3406971aaa8ced39b6ec615e36e413919f81 100644 (file)
@@ -42,7 +42,7 @@ Usage :
         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 workind directory.
+    * if `.` copies all the file/directories in the local working directory.
     * if `-`  Reads the input from stdin. 
 
 * target_path - remote directory path where the files/directories are to be copied to.
@@ -62,7 +62,7 @@ Usage :
     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 workind directory.
+    * if `.` copies all the file/directories in the remote working directory.
                     
 * target_path - local directory path where the files/directories are to be copied to.
     * if `.` files/directories are copied to the local working directory. 
@@ -236,7 +236,7 @@ Usage:
     pyscript <script_path> [script_arguments]
 
 * Console commands can be executed inside this script with cmd ("your command")
-  However, you cannot run nested "py" or "pyscript" commands from withinthis script
+  However, you cannot run nested "py" or "pyscript" commands from within this script
   Paths or arguments that contain spaces must be enclosed in quotes
 
 py