From: shevegen@... Date: 2018-03-26T15:02:21+00:00 Subject: [ruby-core:86307] [Ruby trunk Bug#14633] The behavior of command option `--verbose` is different from its help message Issue #14633 has been updated by shevegen (Robert A. Heiler). You are right. It does not print the version number, so I think something is wrong - either the behaviour, or the documented option at --help. ---------------------------------------- Bug #14633: The behavior of command option `--verbose` is different from its help message https://bugs.ruby-lang.org/issues/14633#change-71225 * Author: makimoto (Shimpei Makimoto) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.6.0dev (2018-03-26 trunk 62926) [x86_64-darwin16] * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- According to `ruby --help`, command option `--verbose` is ~~~ -v, --verbose print version number, then turn on verbose mode ~~~ But actually it doesn't show version number, and seems to turn verbose mode without any message. I don't know its original intention, but currently its behavior is different its help message. IMO, if the help message is wrong and the behavior is correct, there're three similar options (`--version` just shows version number; `--verbose` just turns verbose mode; `-v` do both), so it's a little confusing. -- https://bugs.ruby-lang.org/ Unsubscribe: