mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
Specify that directories are also accepted (#294)
Small change in wording to make it a bit clearer that you can provide directory names to moonc, not just file names.
This commit is contained in:
parent
baf44fd7f7
commit
9e1ad7fe53
@ -9,7 +9,7 @@ local opts, ind = alt_getopt.get_opts(arg, "lvhwt:o:pTXb", {
|
|||||||
|
|
||||||
local read_stdin = arg[1] == "--"
|
local read_stdin = arg[1] == "--"
|
||||||
|
|
||||||
local help = [[Usage: %s [options] files...
|
local help = [[Usage: %s [options] files/directories...
|
||||||
|
|
||||||
-h Print this message
|
-h Print this message
|
||||||
-w Watch file/directory
|
-w Watch file/directory
|
||||||
|
Loading…
Reference in New Issue
Block a user