Fix --user-icons

This commit is contained in:
bootstraponline
2012-11-13 22:56:30 -07:00
parent d861a22cdd
commit bda3b7b24d
+1 -1
View File
@@ -73,7 +73,7 @@ opts = OptionParser.new do |opts|
wiki_options[:mathjax] = true
end
opts.on("--user-icons [SOURCE]", "Set the history user icons. Valid values: gravatar, identicon, none. Default: none.") do
opts.on("--user-icons [SOURCE]", "Set the history user icons. Valid values: gravatar, identicon, none. Default: none.") do |source|
wiki_options[:user_icons] = source
end