Skip to content

Commit 10486dd

Browse files
authored
Merge pull request #9497 from dotdash/tidy_recurse_docs
tidy: Clarify meaning of numeric `recurse` values
2 parents 8fdde4e + 23e2b00 commit 10486dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/puppet/type/tidy.rb

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232

3333
newparam(:recurse) do
3434
desc "If target is a directory, recursively descend
35-
into the directory looking for files to tidy."
35+
into the directory looking for files to tidy. Numeric values
36+
specify a limit for the recursion depth, `true` means
37+
unrestricted recursion."
3638

3739
newvalues(:true, :false, :inf, /^[0-9]+$/)
3840

0 commit comments

Comments
 (0)