1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Moved --verbose, --verbose and --help options to last [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-01-24 14:57:31 +09:00
parent 3881688796
commit d6e43e4723
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

2
ruby.c
View file

@ -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"),