diff --git a/src/cli/mod.rs b/src/cli/mod.rs index 0a705d32..824cd559 100644 --- a/src/cli/mod.rs +++ b/src/cli/mod.rs @@ -172,7 +172,7 @@ pub fn build(globals_hidden: bool) -> Command { }; after_long_help.write_str(&format!("\ -{}:\nSee 'sq --help' for a description of the global options.", +{}:\n See 'sq --help' for a description of the global options.", GLOBAL_OPTIONS_HEADER)) .expect("Can write to string");