From 850e200e845be30ba18da8eedc5a50d33566523d Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 25 Aug 2020 11:49:31 +0900 Subject: Describe the need for `-o` option if multi files given. --- mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 place the output into ", + "-o place the output into ; required for multi-files", "-v print version number, then turn on verbose mode", "-g produce debugging information", "-B binary output in C language format", -- cgit v1.2.3