From bd59027acc1d17eff34b031e62b19c067fba64bf Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 11 Jan 2023 12:11:03 -0600 Subject: docs: fix incorrect max_depth help text --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cli.rs b/src/cli.rs index a45f70d..6f7ee5d 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -26,7 +26,7 @@ pub struct Projects { /// Max depth to recurse. /// - /// By default, no limit is set. Setting to 0 will only use the supplied directory. + /// Setting to 0 will only use the supplied directory. #[arg(short = 'd', long, default_value = "1")] max_depth: Option, -- cgit v1.2.3-70-g09d2