diff --git a/src/structures/option.rs b/src/structures/option.rs index 88898ac2..3f813f82 100644 --- a/src/structures/option.rs +++ b/src/structures/option.rs @@ -35,11 +35,11 @@ pub struct Config { #[structopt(long)] pub no_preview: bool, - /// FZF overrides for cheat selection (must start with an empty space) + /// FZF overrides for cheat selection #[structopt(long, env = "NAVI_FZF_OVERRIDES")] pub fzf_overrides: Option, - /// FZF overrides for variable selection (must start with an empty space) + /// FZF overrides for variable selection #[structopt(long, env = "NAVI_FZF_OVERRIDES_VAR")] pub fzf_overrides_var: Option,