Grammar and typo fix
This commit is contained in:
parent
987526d70f
commit
64b8786bf1
|
|
@ -40,7 +40,7 @@ Dependencies are being resolved by `erlang.mk`
|
||||||
|
|
||||||
### Building Standalone Executables
|
### Building Standalone Executables
|
||||||
|
|
||||||
This repo produce a `rabbitmqctl` executable which can be used as different tools
|
This repo produces a `rabbitmqctl` executable which can be used as different tools
|
||||||
by copying or symlinking it with different names.
|
by copying or symlinking it with different names.
|
||||||
|
|
||||||
Currently `rabbitmq-plugins` and `rabbitmq-diagnostics` tools are supported.
|
Currently `rabbitmq-plugins` and `rabbitmq-diagnostics` tools are supported.
|
||||||
|
|
@ -88,10 +88,10 @@ which includes the following functions:
|
||||||
* `usage`, which returns a string describing the command, its arguments and its optional flags.
|
* `usage`, which returns a string describing the command, its arguments and its optional flags.
|
||||||
* `banner(args, opts)`, which returns a string to be printed before the command output.
|
* `banner(args, opts)`, which returns a string to be printed before the command output.
|
||||||
|
|
||||||
There is also a number of optional callbacks:
|
There are also a number of optional callbacks:
|
||||||
|
|
||||||
* `switches`, which returns command specific switches.
|
* `switches`, which returns command specific switches.
|
||||||
* `aliases`, which returns a list of command alianses (if any).
|
* `aliases`, which returns a list of command aliases (if any).
|
||||||
* `formatter`: what output formatter should be used by default.
|
* `formatter`: what output formatter should be used by default.
|
||||||
* `usage_additional`: extra values appended to the `usage` output
|
* `usage_additional`: extra values appended to the `usage` output
|
||||||
to provide additional command-specific documentation.
|
to provide additional command-specific documentation.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue