diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-29 12:28:00 -0800 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-29 12:28:00 -0800 |
commit | 097d81a8b1f81c3688b7f22db5654b73fa1251fe (patch) | |
tree | b157e52fc07df54876cee5aaf3c2e12b449dfd58 | |
parent | f36d6516b051348a034206a31c5627996adfcfc5 (diff) | |
parent | 1029726e99db56614bd6b3d690f65da2b2ccd4e4 (diff) | |
download | luarocks-097d81a8b1f81c3688b7f22db5654b73fa1251fe.tar.gz luarocks-097d81a8b1f81c3688b7f22db5654b73fa1251fe.tar.bz2 luarocks-097d81a8b1f81c3688b7f22db5654b73fa1251fe.zip |
Merge pull request #224 from Tieske/help_update
mention --verbose option in help
-rw-r--r-- | src/luarocks/help.lua | 3 |
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 |