From ed2254ff9fefd89a7cf87c71edead4d31456a46f Mon Sep 17 00:00:00 2001 From: Adrian Knoth Date: Tue, 23 Oct 2012 14:22:54 +0200 Subject: [PATCH] Add missing documentation for --show-all --- lib/gollum/wiki.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/gollum/wiki.rb b/lib/gollum/wiki.rb index 58051690..80dee7ab 100644 --- a/lib/gollum/wiki.rb +++ b/lib/gollum/wiki.rb @@ -154,6 +154,8 @@ module Gollum # :ref - String the repository ref to retrieve pages from # :ws_subs - Array of chars to sub for ws in filenames. # :mathjax - Set to false to disable mathjax. + # :show_all - Show all files in file view, not just valid pages. + # Default: false # # Returns a fresh Gollum::Repo. def initialize(path, options = {})