You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/ruby/enterprise/change-domains-in-links.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
options.noop=false
33
33
34
34
OptionParser.newdo |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 reportof 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|
0 commit comments