]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephfs-shell: rewrite help text for put and get commands
authorRishabh Dave <ridave@redhat.com>
Wed, 11 Sep 2019 11:40:53 +0000 (17:10 +0530)
committerRishabh Dave <ridave@redhat.com>
Tue, 17 Sep 2019 11:53:28 +0000 (17:23 +0530)
Rewrite, so that the help text is more clear to the user.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
src/tools/cephfs/cephfs-shell

index 8cb3260c2b52c0e60efc65aea46bb4d68d16a964..e4a513ce1b932d78382a49f7ad675a4da86a7a30 100755 (executable)
@@ -560,7 +560,7 @@ exists.')
     @with_argparser(put_parser)
     def do_put(self, args):
         """
-        Copy a file to Ceph File System from Local Directory.
+        Copy a local file/directory to CephFS.
         """
         root_src_dir = args.local_path
         root_dst_dir = args.remote_path
@@ -661,7 +661,7 @@ exists.')
     @with_argparser(get_parser)
     def do_get(self, args):
         """
-        Copy a file/directory  from Ceph File System to Local Directory.
+        Copy a file/directory from CephFS to given path.
         """
         root_src_dir = args.remote_path
         root_dst_dir = args.local_path