mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 13:34:17 +02:00
parent
7a33d3df6a
commit
1098fdf890
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue