aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2014-01-17 14:52:05 +0100
committerThijs Schreijer <thijs@thijsschreijer.nl>2014-01-17 14:52:05 +0100
commit1029726e99db56614bd6b3d690f65da2b2ccd4e4 (patch)
treebb0a54f2eb343b438e3334b893d52e10316efcb9
parentc58ba1dfb5e63c810e56565b3d8abc6bce637126 (diff)
downloadluarocks-1029726e99db56614bd6b3d690f65da2b2ccd4e4.tar.gz
luarocks-1029726e99db56614bd6b3d690f65da2b2ccd4e4.tar.bz2
luarocks-1029726e99db56614bd6b3d690f65da2b2ccd4e4.zip
mention --verbose option in help
-rw-r--r--src/luarocks/help.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/luarocks/help.lua b/src/luarocks/help.lua
index 2136f5da..2c87e7e4 100644
--- a/src/luarocks/help.lua
+++ b/src/luarocks/help.lua
@@ -64,7 +64,8 @@ function run(...)
64 given URL. 64 given URL.
65 --tree=<tree> Which tree to operate on. 65 --tree=<tree> Which tree to operate on.
66 --local Use the tree in the user's home directory. 66 --local Use the tree in the user's home directory.
67 To enable it, see ']]..program..[[ help path'.]]) 67 To enable it, see ']]..program..[[ help path'.
68 --verbose Display verbose output of commands executed.]])
68 print_section("VARIABLES") 69 print_section("VARIABLES")
69 util.printout([[ 70 util.printout([[
70 Variables from the "variables" table of the configuration file 71 Variables from the "variables" table of the configuration file