diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/list.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/luarocks/list.lua b/src/luarocks/list.lua index f56fc7e9..9a4630ff 100644 --- a/src/luarocks/list.lua +++ b/src/luarocks/list.lua | |||
@@ -9,9 +9,11 @@ local util = require("luarocks.util") | |||
9 | local path = require("luarocks.path") | 9 | local path = require("luarocks.path") |
10 | 10 | ||
11 | help_summary = "Lists currently installed rocks." | 11 | help_summary = "Lists currently installed rocks." |
12 | 12 | help_arguments = "[--porcelain] <filter>" | |
13 | help = [[ | 13 | help = [[ |
14 | <argument> is a substring of a rock name to filter by. | 14 | <filter> is a substring of a rock name to filter by. |
15 | |||
16 | --porcelain Produce machine-friendly output. | ||
15 | ]] | 17 | ]] |
16 | 18 | ||
17 | --- Driver function for "list" command. | 19 | --- Driver function for "list" command. |