diff --git a/src/main.rs b/src/main.rs index 240c7644d..6a66f3005 100644 --- a/src/main.rs +++ b/src/main.rs @@ -122,8 +122,7 @@ fn main() -> QsvExitCode { ); #[cfg(all(feature = "foreach", feature = "feature_capable"))] - enabled_commands - .push_str(" foreach Loop over a CSV file to execute bash commands\n"); + enabled_commands.push_str(" foreach Loop over a CSV file to execute bash commands\n"); enabled_commands.push_str(" frequency Show frequency tables\n");