[前][次][番号順一覧][スレッド一覧]

ruby-changes:65023

From: Nobuyoshi <ko1@a...>
Date: Sun, 24 Jan 2021 15:00:53 +0900 (JST)
Subject: [ruby-changes:65023] d6e43e4723 (master): Moved --verbose, --verbose and --help options to last [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=d6e43e4723

From d6e43e472356d8e0753f054278e71f1b299fdb4b Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 24 Jan 2021 14:57:31 +0900
Subject: Moved --verbose, --verbose and --help options to last [ci skip]

---
 ruby.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ruby.c b/ruby.c
index 5bac96b..6146ffe 100644
--- a/ruby.c
+++ b/ruby.c
@@ -307,10 +307,10 @@ usage(const char *name, int help, int highlight, int columns) https://github.com/ruby/ruby/blob/trunk/ruby.c#L307
 	  "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"),
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]