We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358735b commit 30b344cCopy full SHA for 30b344c
lib/rubygems/commands/sources_command.rb
@@ -149,16 +149,16 @@ def description # :nodoc:
149
150
To add a source use the --add argument:
151
152
- $ gem sources --add https://rubygems.org
153
- https://rubygems.org added to sources
+ $ gem sources --add https://my.private.source
+ https://my.private.source added to sources
154
155
RubyGems will check to see if gems can be installed from the source given
156
before it is added.
157
158
To remove a source use the --remove argument:
159
160
- $ gem sources --remove https://rubygems.org/
161
- https://rubygems.org/ removed from sources
+ $ gem sources --remove https://my.private.source/
+ https://my.private.source/ removed from sources
162
163
EOF
164
end
0 commit comments