Unverified Commit ffaa2968 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #4757 from shuujii/refine-the-usage-message-of-mirb-command

Refine the usage message of `mirb` command
parents 028ab5a1 ea14df2e
...@@ -240,7 +240,7 @@ usage(const char *name) ...@@ -240,7 +240,7 @@ usage(const char *name)
}; };
const char *const *p = usage_msg; const char *const *p = usage_msg;
printf("Usage: %s [switches]\n", name); printf("Usage: %s [switches] [programfile] [arguments]\n", name);
while (*p) while (*p)
printf(" %s\n", *p++); printf(" %s\n", *p++);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment