Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- adds blank line in between usage summary and more detail - better formatting for required parameters in usage - better formatting for optional boolean parameters - justifies the list of subcommands Example output with subcommands: Usage: ./build/latest/bin/kudu <command> [<args>] <command> can be one of the following: fs Operate on a local Kudu filesystem pbc Operate on a PBC (protobuf container) files tablet Operate on a local Kudu replica Example output of a leaf node: Usage: ./build/latest/bin/kudu pbc dump <path> [-oneline] Dump a PBC (protobuf container) file path (path to PBC file) type: string default: "" -oneline (print each protobuf on a single line) type: bool default: false Change-Id: I0b4fc2da2b03edf8ce6b9998eeabd06a4fcd216d Reviewed-on: http://gerrit.cloudera.org:8080/4038 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Todd Lipcon <[email protected]>
- Loading branch information