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:
LudwikJaniuk 2016-10-23 02:33:25 +02:00 committed by leaf
parent baf44fd7f7
commit 9e1ad7fe53

View File

@ -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