summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
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<usize>,