diff --git a/clap_generate/src/generators/shells/fish.rs b/clap_generate/src/generators/shells/fish.rs index 38ee5748..7a3f85c6 100644 --- a/clap_generate/src/generators/shells/fish.rs +++ b/clap_generate/src/generators/shells/fish.rs @@ -133,7 +133,7 @@ fn value_completion(option: &Arg) -> String { } if let Some(data) = option.get_possible_values() { - // We return the possible values with their own empty description e.g. {a\t,b\t} + // We return the possible values with their own empty description e.g. {a\t,b\t} // this makes sure that a and b don't get the description of the option or argument format!( " -r -f -a \"{{{}}}\"",