aboutsummaryrefslogtreecommitdiff
path: root/docs/luarocks_admin_help.md
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2025-01-05 21:40:39 -0300
committerHisham Muhammad <hisham@gobolinux.org>2025-02-21 11:22:43 -0300
commit7e86fa86b4d08fd6118d6eab46d92b29ffea791e (patch)
tree10fdd12beed4b0eca408533ad11d1f52d7d62e10 /docs/luarocks_admin_help.md
parent1ada2ea4bbd94ac0c58e3e2cc918194140090a75 (diff)
downloadluarocks-7e86fa86b4d08fd6118d6eab46d92b29ffea791e.tar.gz
luarocks-7e86fa86b4d08fd6118d6eab46d92b29ffea791e.tar.bz2
luarocks-7e86fa86b4d08fd6118d6eab46d92b29ffea791e.zip
docs: import Wiki docs into the main repo
Diffstat (limited to 'docs/luarocks_admin_help.md')
-rw-r--r--docs/luarocks_admin_help.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/luarocks_admin_help.md b/docs/luarocks_admin_help.md
new file mode 100644
index 00000000..92232b87
--- /dev/null
+++ b/docs/luarocks_admin_help.md
@@ -0,0 +1,17 @@
1# luarocks-admin help
2
3Help on commands.
4
5## Usage
6
7`luarocks-admin help [<command>]`
8
9`<command>` is the command to show help for. If no argument is given, a list
10of supported commands, with summaries, is shown.
11
12## Example
13
14```
15luarocks-admin help make-manifest
16```
17