From cd83e716d0efa2e060d366c910a2745c2bdb78e5 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sat, 11 Sep 2021 17:32:42 +0900 Subject: [PATCH] Update an option message --- tool/lib/test/unit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/lib/test/unit.rb b/tool/lib/test/unit.rb index 618ad40e23..cb12024934 100644 --- a/tool/lib/test/unit.rb +++ b/tool/lib/test/unit.rb @@ -130,7 +130,7 @@ module Test private def setup_options(opts, options) - opts.separator 'minitest options:' + opts.separator 'test-unit options:' opts.on '-h', '--help', 'Display this help.' do puts opts