This commit is contained in:
Daniele Grandini
2016-08-25 10:11:22 +02:00
parent d3cc5a69c4
commit a50fcd31e2
4 changed files with 10 additions and 1 deletions
+3 -1
View File
@@ -151,7 +151,9 @@ MSG
opts.on("--template-dir [PATH]", "Specify custom mustache template directory.") do |path|
wiki_options[:template_dir] = path
end
opts.on("--template-page", "Use _Template in root as a template for new pages.") do
wiki_options[:template_page] = true
end
opts.separator ""
opts.separator " Common:"