From b89da79456e58df3d9d8c75481d375f03cd765a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 22 Jun 2022 14:10:35 +0200 Subject: [PATCH] Document better names for `gem env` arguments I think `gem env home` and `gem env path` read very nice. --- lib/rubygems/commands/environment_command.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rubygems/commands/environment_command.rb b/lib/rubygems/commands/environment_command.rb index b6eeb620bdc3..2884c194938b 100644 --- a/lib/rubygems/commands/environment_command.rb +++ b/lib/rubygems/commands/environment_command.rb @@ -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