You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/01/23 11:58:48 UTC

[GitHub] murong00 opened a new issue #3409: Some of the "-help" options in the pulsar command line tool may not perform as expected

murong00 opened a new issue #3409: Some of the "-help" options in the pulsar command line tool may not perform as expected
URL: https://github.com/apache/pulsar/issues/3409
 
 
   **Describe the bug**
   
   It may confuse novices as below when using '--help' option of Pulsar command-line tools to get help:
   ```
   $ bin/pulsar --help
   -- Invalid command '--help' -- Use 'bin/pulsar help' to get a list of valid commands
   
   $ bin/pulsar-daemon --help
   Error: no enough arguments provided.
   
   $ bin/pulsar-perf --help
   Usage: pulsar <command>
   
   $ bin/bookkeeper --help
   Unrecognized option: --help
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services