Grammar and typo fix

This commit is contained in:
Ayanda Dube 2017-04-08 11:07:03 +02:00
parent 987526d70f
commit 64b8786bf1
1 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ Dependencies are being resolved by `erlang.mk`
### 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.
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.
* `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.
* `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.
* `usage_additional`: extra values appended to the `usage` output
to provide additional command-specific documentation.