Skip to content

Commit 44d2605

Browse files
committed
Prefer long-options to the short ones
This always improve readability.
1 parent 85f1999 commit 44d2605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def do_man(man, strip = 'man/')
8787
unless $osname == "Solaris"
8888
gzip = %x{which gzip}
8989
gzip.chomp!
90-
%x{#{gzip} -fn #{omf}}
90+
%x{#{gzip} --force --no-name #{omf}}
9191
end
9292
end
9393
end

0 commit comments

Comments
 (0)