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:
parent
3881688796
commit
d6e43e4723
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue