Update docs

This commit is contained in:
Dawa Ometto
2020-03-29 22:28:23 +02:00
parent 6a1ea82ff1
commit f0bb300e03
6 changed files with 11 additions and 16 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ opts = OptionParser.new do |opts|
opts.on('-r', '--ref [REF]', 'Specify the branch to serve. Default: \'master\'.') do |ref|
wiki_options[:ref] = ref
end
opts.on("--bare", "Declare '<git-repo>' to be bare. This is only necessary when using the grit adapter.") do
opts.on("--bare", "Declare '<git-repo>' to be bare.") do
wiki_options[:repo_is_bare] = true
end
opts.on('-a', '--adapter [ADAPTER]', 'Launch Gollum using a specific git adapter. Default: \'rugged\'.') do |adapter|