Skip to content

Commit a9fd7fc

Browse files
committed
Clarify gem build -C option help message.
1 parent 966890d commit a9fd7fc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/rubygems/commands/build_command.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ def initialize
2323
options[:output] = value
2424
end
2525

26-
add_option '-C PATH', '', 'Run as if gem build was started in <PATH> instead of the current working directory.' do |value, options|
26+
add_option '-C PATH', '', 'Look for the code of the gem to be built',
27+
'in <PATH>. The GEMSPEC_FILE given as an',
28+
'argument is not influenced by this option' do |value, options|
2729
options[:build_path] = value
2830
end
2931
end

0 commit comments

Comments
 (0)