Moved --verbose, --verbose and --help options to last [ci skip]
This commit is contained in:
parent
3881688796
commit
d6e43e4723
2
ruby.c
2
ruby.c
@ -307,10 +307,10 @@ usage(const char *name, int help, int highlight, int columns)
|
||||
"enable or disable features. see below for available features"),
|
||||
M("--external-encoding=encoding", ", --internal-encoding=encoding",
|
||||
"specify the default external or internal character encoding"),
|
||||
M("--backtrace-limit=num", "", "limit the maximum length of backtrace"),
|
||||
M("--verbose", "", "turn on verbose mode and disable script from stdin"),
|
||||
M("--version", "", "print the version number, then exit"),
|
||||
M("--help", "", "show this message, -h for short message"),
|
||||
M("--backtrace-limit=num", "", "limit the maximum length of backtrace"),
|
||||
};
|
||||
static const struct message dumps[] = {
|
||||
M("insns", "", "instruction sequences"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user