Skip to content

Commit df5f9dc

Browse files
authored
Clean up formatting.
1 parent ed64ddf commit df5f9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/ruby/enterprise/change-domains-in-links.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
options.noop = false
3333

3434
OptionParser.new do |parser|
35-
parser.on("-n", "--noop", "Find the links, but don't update the content. \n\t\t\t\t\s\s\s\s\sPipe this to a CSV file for a report of all links that will be changed.") do |v|
35+
parser.on("-n", "--noop", "Find the links, but don't update the content.", "Pipe this to a CSV file for a report", "of all links that will be changed.") do |v|
3636
options.noop = v
3737
end
3838
end.parse!

0 commit comments

Comments
 (0)