Fix syntax error in bin/gollum

This commit is contained in:
Dawa Ometto
2017-04-14 00:28:44 +02:00
parent cc273f30e9
commit 750e2ee677
-1
View File
@@ -105,7 +105,6 @@ MSG
opts.on("--no-edit", "Disable the feature of editing pages.") do
wiki_options[:allow_editing] = false
end
end
opts.on("--follow-renames", "Follow pages across renames in the History view. Default except on jruby.") do
wiki_options[:follow_renames] = true
end