summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-24 14:57:31 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-01-24 14:59:41 +0900
commitd6e43e472356d8e0753f054278e71f1b299fdb4b (patch)
tree30533a347d5d95a19d323f75ad299e85b496fc3c
parent38816887962ec167ee46acf500f68df5c3013163 (diff)
Moved --verbose, --verbose and --help options to last [ci skip]
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index 5bac96b5e1..6146ffeaa5 100644
--- a/ruby.c
+++ b/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"),