diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/cmd/upload.lua | 2 | ||||
-rw-r--r-- | src/luarocks/cmd/upload.tl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/luarocks/cmd/upload.lua b/src/luarocks/cmd/upload.lua index cc65de0b..6a3ef3d2 100644 --- a/src/luarocks/cmd/upload.lua +++ b/src/luarocks/cmd/upload.lua | |||
@@ -31,7 +31,7 @@ function upload.add_to_parser(parser) | |||
31 | summary("Upload a rockspec to the public rocks repository.") | 31 | summary("Upload a rockspec to the public rocks repository.") |
32 | 32 | ||
33 | cmd:argument("rockspec", "Rockspec for the rock to upload.") | 33 | cmd:argument("rockspec", "Rockspec for the rock to upload.") |
34 | cmd:argument("src-rock", "A corresponding .src.rock file; if not given it will be generated."): | 34 | cmd:argument("src_rock", "A corresponding .src.rock file; if not given it will be generated."): |
35 | args("?") | 35 | args("?") |
36 | 36 | ||
37 | cmd:flag("--skip-pack", "Do not pack and send source rock.") | 37 | cmd:flag("--skip-pack", "Do not pack and send source rock.") |
diff --git a/src/luarocks/cmd/upload.tl b/src/luarocks/cmd/upload.tl index a222a50c..5b6e3314 100644 --- a/src/luarocks/cmd/upload.tl +++ b/src/luarocks/cmd/upload.tl | |||
@@ -31,7 +31,7 @@ function upload.add_to_parser(parser: Parser) | |||
31 | :summary("Upload a rockspec to the public rocks repository.") | 31 | :summary("Upload a rockspec to the public rocks repository.") |
32 | 32 | ||
33 | cmd:argument("rockspec", "Rockspec for the rock to upload.") | 33 | cmd:argument("rockspec", "Rockspec for the rock to upload.") |
34 | cmd:argument("src-rock", "A corresponding .src.rock file; if not given it will be generated.") | 34 | cmd:argument("src_rock", "A corresponding .src.rock file; if not given it will be generated.") |
35 | :args("?") | 35 | :args("?") |
36 | 36 | ||
37 | cmd:flag("--skip-pack", "Do not pack and send source rock.") | 37 | cmd:flag("--skip-pack", "Do not pack and send source rock.") |