Skip to content

Commit

Permalink
Document better names for gem env arguments
Browse files Browse the repository at this point in the history
I think `gem env home` and `gem env path` read very nice.
  • Loading branch information
deivid-rodriguez committed Jun 28, 2022
1 parent 70708d8 commit b89da79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rubygems/commands/environment_command.rb
Expand Up @@ -8,8 +8,8 @@ def initialize

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
Expand Down

0 comments on commit b89da79

Please sign in to comment.