mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +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:
|
def arguments # :nodoc:
|
||||||
args = <<-EOF
|
args = <<-EOF
|
||||||
home display the path where gems are installed
|
home display the path where gems are installed. Aliases: gemhome, gemdir, GEM_HOME
|
||||||
path display path used to search for gems
|
path display path used to search for gems. Aliases: gempath, GEM_PATH
|
||||||
version display the gem format version
|
version display the gem format version
|
||||||
remotesources display the remote gem servers
|
remotesources display the remote gem servers
|
||||||
platform display the supported gem platforms
|
platform display the supported gem platforms
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue