From e0c0c4b696c64b42729173922703ab7e75163a8a Mon Sep 17 00:00:00 2001 From: Agrim Mittal Date: Sun, 17 Jun 2018 15:17:21 +0530 Subject: Remove necessary comments and update documentation --- lib/bundler/cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/bundler/cli.rb') diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb index ef07889c50..0f19638e45 100644 --- a/lib/bundler/cli.rb +++ b/lib/bundler/cli.rb @@ -168,10 +168,10 @@ module Bundler desc "remove [GEMS] [OPTIONS]", "Removes the gem from the Gemfile" long_desc <<-D - Removes the specified gems from the Gemfile in the current directory. If a gem is not found, Bundler prints a error message and if gem could not be removed due to any reason Bundler displays warning. + Removes the specified gems from the Gemfile. If the gem is not found, Bundler prints a error message and if gem could not be removed due to any reason Bundler will display a warning. D method_option "install", :type => :boolean, :banner => - "Runs 'bundle install' after removing the gems from the gemfile" + "Runs 'bundle install' after removing the gems from the Gemfile" def remove(*gems) require "bundler/cli/remove" Remove.new(gems, options).run -- cgit v1.2.1