diff options
| author | KOBAYASHI Shuji <[email protected]> | 2019-10-06 20:12:28 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2019-10-06 20:12:28 +0900 |
| commit | ea14df2e3a286bd20cb27133c4daa93081eff276 (patch) | |
| tree | 2212deea22f15008420124044f3defa12015fe38 /mrbgems/mruby-bin-mirb | |
| parent | c613813364f0df0110eb761adaf73d4d5a16bbd1 (diff) | |
| download | mruby-ea14df2e3a286bd20cb27133c4daa93081eff276.tar.gz mruby-ea14df2e3a286bd20cb27133c4daa93081eff276.zip | |
Refine the usage message of `mirb` command
Diffstat (limited to 'mrbgems/mruby-bin-mirb')
| -rw-r--r-- | mrbgems/mruby-bin-mirb/tools/mirb/mirb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c index 45ead75f1..ac6276dc2 100644 --- a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c +++ b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c @@ -240,7 +240,7 @@ usage(const char *name) }; const char *const *p = usage_msg; - printf("Usage: %s [switches]\n", name); + printf("Usage: %s [switches] [programfile] [arguments]\n", name); while (*p) printf(" %s\n", *p++); } |
