Skip to content

Commit 9e1ad7f

Browse files
LudwikJaniukleafo
authored andcommitted
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.
1 parent baf44fd commit 9e1ad7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/moonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local opts, ind = alt_getopt.get_opts(arg, "lvhwt:o:pTXb", {
99

1010
local read_stdin = arg[1] == "--"
1111

12-
local help = [[Usage: %s [options] files...
12+
local help = [[Usage: %s [options] files/directories...
1313
1414
-h Print this message
1515
-w Watch file/directory

0 commit comments

Comments
 (0)