Skip to content

Commit 23e2b00

Browse files
committed
tidy: Clarify meaning of numeric recurse values
1 parent c8684e6 commit 23e2b00

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)