From 2229ffbfc0a510d2c509b372a15bf2fe1a7fd639 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Fri, 11 Aug 2023 11:05:35 -0700 Subject: [PATCH] better wording --- crates/nargo_cli/src/cli/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nargo_cli/src/cli/mod.rs b/crates/nargo_cli/src/cli/mod.rs index 80ed0077460..2ab34c11e40 100644 --- a/crates/nargo_cli/src/cli/mod.rs +++ b/crates/nargo_cli/src/cli/mod.rs @@ -39,7 +39,7 @@ struct NargoCli { #[non_exhaustive] #[derive(Args, Clone, Debug)] pub(crate) struct NargoConfig { - // REMINDER: Change this flag in the LSP test lens if the flag name changes + // REMINDER: Also change this flag in the LSP test lens if renamed #[arg(short, long, hide=true, global=true, default_value_os_t = std::env::current_dir().unwrap())] program_dir: PathBuf, }