diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-08-25 11:49:31 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 16:21:51 +0900 |
| commit | 850e200e845be30ba18da8eedc5a50d33566523d (patch) | |
| tree | a17aa9a83c7a23f950de4c5c436855135f02743c /mrbgems/mruby-bin-mrbc | |
| parent | b978231bdad790f349b6c008da4084f73041a733 (diff) | |
| download | mruby-850e200e845be30ba18da8eedc5a50d33566523d.tar.gz mruby-850e200e845be30ba18da8eedc5a50d33566523d.zip | |
Describe the need for `-o` option if multi files given.
Diffstat (limited to 'mrbgems/mruby-bin-mrbc')
| -rw-r--r-- | mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c b/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c index 98b4c042d..acad28bd8 100644 --- a/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c +++ b/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c @@ -33,7 +33,7 @@ usage(const char *name) static const char *const usage_msg[] = { "switches:", "-c check syntax only", - "-o<outfile> place the output into <outfile>", + "-o<outfile> place the output into <outfile>; required for multi-files", "-v print version number, then turn on verbose mode", "-g produce debugging information", "-B<symbol> binary <symbol> output in C language format", |
