diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rubygems/commands/environment_command.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rubygems/commands/environment_command.rb b/lib/rubygems/commands/environment_command.rb index 2884c19493..ceccf882ee 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 - home display the path where gems are installed - path display path used to search for gems + home display the path where gems are installed. Aliases: gemhome, gemdir, GEM_HOME + path display path used to search for gems. Aliases: gempath, GEM_PATH version display the gem format version remotesources display the remote gem servers platform display the supported gem platforms |