You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by ay...@apache.org on 2022/02/14 19:33:00 UTC

[bookkeeper] branch master updated: fix(cli): incorrect description for autodiscovery

This is an automated email from the ASF dual-hosted git repository.

ayegorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new c5a5167  fix(cli): incorrect description for autodiscovery
c5a5167 is described below

commit c5a516702e69bd38ca0fe77fb7300c8e7e36f065
Author: Eric Shen <er...@outlook.com>
AuthorDate: Tue Feb 15 03:32:55 2022 +0800

    fix(cli): incorrect description for autodiscovery
    
    Signed-off-by: Eric Shen <ericshenyuhaooutlook.com>
    
    Descriptions of the changes in this PR:
    
    
    ### Motivation
    
    The description of `bin/bookkeeper autorecovery` is wrong, it won't start in daemon.
    
    ### Changes
    
    * Changed the description in bookkeeper shell
    * Update the doc
    
    
    
    Reviewers: Yong Zhang <zh...@gmail.com>
    
    This closes #2910 from ericsyh/fix-bk-cli
---
 bin/bookkeeper                 | 2 +-
 site/_data/cli/bookkeeper.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/bookkeeper b/bin/bookkeeper
index 47cb42d..ac40968 100755
--- a/bin/bookkeeper
+++ b/bin/bookkeeper
@@ -62,7 +62,7 @@ where command is one of:
 [service commands]
 
     bookie              Run a bookie server
-    autorecovery        Run AutoRecovery service daemon
+    autorecovery        Run AutoRecovery service
     zookeeper           Run zookeeper server
 
 [development commands]
diff --git a/site/_data/cli/bookkeeper.yaml b/site/_data/cli/bookkeeper.yaml
index cc4b2ec..fd780f1 100644
--- a/site/_data/cli/bookkeeper.yaml
+++ b/site/_data/cli/bookkeeper.yaml
@@ -7,7 +7,7 @@ commands:
   description: Starts up an ensemble of N bookies in a single JVM process. Typically used for local experimentation and development.
   argument: N
 - name: autorecovery
-  description: Runs the autorecovery service daemon.
+  description: Runs the autorecovery service.
 - name: upgrade
   description: Upgrades the bookie's filesystem.
   options: