utils: fix link_path_manpages message indentation.
Otherwise looks weird with multiple items.
This commit is contained in:
parent
a607a83749
commit
283706e72a
@ -615,7 +615,7 @@ def link_path_manpages(path, command)
|
|||||||
unless conflicts.empty?
|
unless conflicts.empty?
|
||||||
onoe <<-EOS.undent
|
onoe <<-EOS.undent
|
||||||
Could not link #{name} manpages to:
|
Could not link #{name} manpages to:
|
||||||
#{conflicts.join("\n")}
|
#{conflicts.join("\n")}
|
||||||
|
|
||||||
Please delete these files and run `#{command}`.
|
Please delete these files and run `#{command}`.
|
||||||
EOS
|
EOS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user