summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-strip
diff options
context:
space:
mode:
authormurase_syuka <[email protected]>2014-12-11 06:52:52 +0900
committermurase_syuka <[email protected]>2014-12-11 06:54:15 +0900
commit77c6bfe287f6a90d121e957e7522fcd9e217640f (patch)
tree73c5e8ce6893a780ed1e69c70556f1ec40965ca2 /mrbgems/mruby-bin-strip
parent44c29e88aeaf241915b3d10a44d4a3748d1a6328 (diff)
downloadmruby-77c6bfe287f6a90d121e957e7522fcd9e217640f.tar.gz
mruby-77c6bfe287f6a90d121e957e7522fcd9e217640f.zip
fix usage message
Diffstat (limited to 'mrbgems/mruby-bin-strip')
-rw-r--r--mrbgems/mruby-bin-strip/tools/mruby-strip/mruby-strip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/mruby-bin-strip/tools/mruby-strip/mruby-strip.c b/mrbgems/mruby-bin-strip/tools/mruby-strip/mruby-strip.c
index 7fe1ebfa1..0529d3938 100644
--- a/mrbgems/mruby-bin-strip/tools/mruby-strip/mruby-strip.c
+++ b/mrbgems/mruby-bin-strip/tools/mruby-strip/mruby-strip.c
@@ -31,8 +31,8 @@ irep_remove_lv(mrb_state *mrb, mrb_irep *irep)
static void
print_usage(const char *f)
{
- printf("Usage: %s [options] irepfiles\n", f);
- printf("options:\n");
+ printf("Usage: %s [switches] irepfiles\n", f);
+ printf("switches:\n");
printf(" -l, --lvar remove LVAR section too.\n");
}