This commit is contained in:
Daniele Grandini
2016-08-25 10:11:22 +02:00
parent e2d55b45ba
commit d702026134
4 changed files with 10 additions and 1 deletions
+3 -1
View File
@@ -148,7 +148,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:"