From 9e3b020dec44f3547d03f31bd021eae89509f552 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 10 Oct 2024 16:23:08 +0200 Subject: [PATCH] Slightly indent the pointer to the global arguments. --- src/cli/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");