]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
src/common: fix help text for echo option of cephfs-shell 33285/head
authorRishabh Dave <ridave@redhat.com>
Mon, 16 Dec 2019 13:35:02 +0000 (19:05 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 13 Feb 2020 19:39:11 +0000 (01:09 +0530)
Signed-off-by: Rishabh Dave <ridave@redhat.com>
src/common/options.cc

index 708e86aeebe111172c24956547b7b549b93aa384..f9d788430b9fcad96bcff89d2a19f9b25b47caf6 100644 (file)
@@ -8389,7 +8389,7 @@ std::vector<Option> get_cephfs_shell_options() {
 
     Option("echo", Option::TYPE_BOOL, Option::LEVEL_BASIC)
     .set_default(false)
-    .set_description("Allow tracebacks on error for CephFS Shell"),
+    .set_description("Print command issued on prompt before execution"),
 
     Option("editor", Option::TYPE_STR, Option::LEVEL_BASIC)
     .set_default("vim")