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

rxl pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit b246da98433a34e74f23f7b5a220e58d14d3c132
Author: sijia-w <[email protected]>
AuthorDate: Sun Jul 19 05:55:23 2020 +0200

    fix the command for starting bookies in the foreground (#7596)
    
    
    (cherry picked from commit 9475b450201869b3ddfd8a94aec198bbb2b5015c)
---
 site2/docs/deploy-bare-metal.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/docs/deploy-bare-metal.md b/site2/docs/deploy-bare-metal.md
index 3c1e4c2..da3682d 100644
--- a/site2/docs/deploy-bare-metal.md
+++ b/site2/docs/deploy-bare-metal.md
@@ -285,7 +285,7 @@ $ bin/pulsar-daemon start bookie
 To start the bookie in the foreground:
 
 ```bash
-$ bin/bookkeeper bookie
+$ bin/pulsar bookie
 ```
 
 You can verify that a bookie works properly by running the `bookiesanity` 
command on the [BookKeeper shell](reference-cli-tools.md#shell):

Reply via email to