diff options
author | Hisham <hisham@gobolinux.org> | 2016-11-01 11:45:46 -0200 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-11-01 11:46:29 -0200 |
commit | dcf9bf6248e4ead25eb1981631021a72a7875a19 (patch) | |
tree | 4ca294889f17d6f762bb7ca7bb52502ca944c79f | |
parent | 0f51b38abaece8a68ab2f4ce341292f9081e798a (diff) | |
download | luarocks-dcf9bf6248e4ead25eb1981631021a72a7875a19.tar.gz luarocks-dcf9bf6248e4ead25eb1981631021a72a7875a19.tar.bz2 luarocks-dcf9bf6248e4ead25eb1981631021a72a7875a19.zip |
Correct comment to match filename.
-rw-r--r-- | win32/LuaRocks.reg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/LuaRocks.reg.lua b/win32/LuaRocks.reg.lua index 2eb7583a..08d90e59 100644 --- a/win32/LuaRocks.reg.lua +++ b/win32/LuaRocks.reg.lua | |||
@@ -1,6 +1,6 @@ | |||
1 | -- Call this file using its full path and the template file as a parameter; | 1 | -- Call this file using its full path and the template file as a parameter; |
2 | -- | 2 | -- |
3 | -- C:\> lua.exe "create_reg_file.lua" "c:\luarocks\2.0\LuaRocks.reg.template" | 3 | -- C:\> lua.exe "LuaRocks.reg.lua" "c:\luarocks\2.0\LuaRocks.reg.template" |
4 | -- | 4 | -- |
5 | -- it will strip the ".template" extension and write to that file the | 5 | -- it will strip the ".template" extension and write to that file the |
6 | -- template contents, where "<LUAROCKSPATH>" will be replaced by the path | 6 | -- template contents, where "<LUAROCKSPATH>" will be replaced by the path |