summaryrefslogtreecommitdiff
path: root/lib/rubygems
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2022-06-22 14:10:35 +0200
committergit <svn-admin@ruby-lang.org>2022-06-29 03:25:45 +0900
commit7a33d3df6a2c0a9929722ccefad1f3b3a9d88263 (patch)
treeb386abaa67d3556f3fd7d758095a0fa3efe08710 /lib/rubygems
parent59273ff6e2648ff9aefe894820b355083345ba4e (diff)
[rubygems/rubygems] Document better names for `gem env` arguments
I think `gem env home` and `gem env path` read very nice. https://github.com/rubygems/rubygems/commit/b89da79456
Diffstat (limited to 'lib/rubygems')
-rw-r--r--lib/rubygems/commands/environment_command.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rubygems/commands/environment_command.rb b/lib/rubygems/commands/environment_command.rb
index b6eeb620bd..2884c19493 100644
--- a/lib/rubygems/commands/environment_command.rb
+++ b/lib/rubygems/commands/environment_command.rb
@@ -8,8 +8,8 @@ class Gem::Commands::EnvironmentCommand < Gem::Command
def arguments # :nodoc:
args = <<-EOF
- gemdir display the path where gems are installed
- gempath display path used to search for gems
+ home display the path where gems are installed
+ path display path used to search for gems
version display the gem format version
remotesources display the remote gem servers
platform display the supported gem platforms