]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: misc fixes cephfs-shell 24346/head
authorJos Collin <jcollin@redhat.com>
Wed, 19 Sep 2018 09:27:53 +0000 (14:57 +0530)
committerJos Collin <jcollin@redhat.com>
Mon, 1 Oct 2018 03:50:06 +0000 (09:20 +0530)
Signed-off-by: Jos Collin <jcollin@redhat.com>
doc/cephfs/cephfs-shell.rst

index b6ef3406971aaa8ced39b6ec615e36e413919f81..dfe8e232be6380711175866ff9fe4102c5bc8d4a 100644 (file)
@@ -1,9 +1,9 @@
 
 =============
-Ceph FS Shell
+CephFS Shell
 =============
 
-The File System (FS) shell includes various shell-like commands that directly interact with the Ceph File System.
+The File System (FS) shell includes various shell-like commands that directly interact with the :term:`Ceph Filesystem`.
 
 Usage :
 
@@ -35,7 +35,7 @@ Options :
 put
 ---
 
-Copy a file/directory to Ceph File System from Local File System.
+Copy a file/directory to Ceph Filesystem from Local Filesystem.
 
 Usage : 
     
@@ -55,13 +55,13 @@ Options :
 get
 ---
  
-Copy a file from Ceph File System to Local File System.
+Copy a file from Ceph Filesystem to Local Filesystem.
 
 Usage : 
 
     get [options] <source_path> [target_path]
 
-* source_path - remote file/directory path which is to be copied to local file system.
+* source_path - remote file/directory path which is to be copied to local filesystem.
     * 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.
@@ -337,7 +337,7 @@ Usage:
 locate
 ------
 
-Find a item in File System
+Find an item in Filesystem
 
 Usage:
      locate [options] <name>