File size: 269 Bytes
d7c5875 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # luarocks-admin help
Help on commands.
## Usage
`luarocks-admin 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-admin help make-manifest
```
|