From bda3b7b24d404ed2606f73a68977d3c81532f00c Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Tue, 13 Nov 2012 22:56:30 -0700 Subject: [PATCH] Fix --user-icons --- bin/gollum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gollum b/bin/gollum index 23ee3c48..bb67fe6c 100755 --- a/bin/gollum +++ b/bin/gollum @@ -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