From 333636b5246778a0dc113b94fd3d98fd80963fc2 Mon Sep 17 00:00:00 2001 From: Robert Garrett Date: Mon, 21 Jul 2025 14:57:18 -0500 Subject: [PATCH] Revise help text for CLI "--project" arg --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index b5a25b3..c8fffe1 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -12,7 +12,7 @@ pub struct Args { #[arg( short = 'p', long = "project", - help = "Path to project (relative or absolute). Used to select configuration." + help = "Path to project (relative or absolute). Used to override configuration selection." )] pub project: Option,