d7c5875
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # luarocks help
Help on commands.
## Usage
`luarocks help [<command>]`
`<command>` is the command to show help for. If no argument is given, a list
of supported commands, with summaries, is shown.
## Example
```
luarocks help remove
```
|