aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/list.lua6
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")
9local path = require("luarocks.path") 9local path = require("luarocks.path")
10 10
11help_summary = "Lists currently installed rocks." 11help_summary = "Lists currently installed rocks."
12 12help_arguments = "[--porcelain] <filter>"
13help = [[ 13help = [[
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.