diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2014-08-04 17:18:38 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-08-04 17:18:38 -0300 |
commit | 5707a2423bffcd937b413df1488253833f5c99de (patch) | |
tree | 6cebe70423de5008baa582062f259193c0243b49 /src | |
parent | 3abde0dc4f1c3a246026d01e871ca9d4c165c57d (diff) | |
download | luarocks-5707a2423bffcd937b413df1488253833f5c99de.tar.gz luarocks-5707a2423bffcd937b413df1488253833f5c99de.tar.bz2 luarocks-5707a2423bffcd937b413df1488253833f5c99de.zip |
Fix documentation
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/write_rockspec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/write_rockspec.lua b/src/luarocks/write_rockspec.lua index 20d35701..403cbc83 100644 --- a/src/luarocks/write_rockspec.lua +++ b/src/luarocks/write_rockspec.lua | |||
@@ -29,7 +29,7 @@ rockspec, and is not guaranteed to be complete or correct. | |||
29 | directory with a filename based on given name and version. | 29 | directory with a filename based on given name and version. |
30 | --license="<string>" A license string, such as "MIT/X11" or "GNU GPL v3". | 30 | --license="<string>" A license string, such as "MIT/X11" or "GNU GPL v3". |
31 | --summary="<txt>" A short one-line description summary. | 31 | --summary="<txt>" A short one-line description summary. |
32 | --description="<txt>" A longer description string. | 32 | --detailed="<txt>" A longer description string. |
33 | --homepage=<url> Project homepage. | 33 | --homepage=<url> Project homepage. |
34 | --lua-version=<ver> Supported Lua versions. Accepted values are "5.1", "5.2", | 34 | --lua-version=<ver> Supported Lua versions. Accepted values are "5.1", "5.2", |
35 | "5.3", "5.1,5.2", "5.2,5.3", or "5.1,5.2,5.3". | 35 | "5.3", "5.1,5.2", "5.2,5.3", or "5.1,5.2,5.3". |