Slightly indent the pointer to the global arguments.

This commit is contained in:
Justus Winter 2024-10-10 16:23:08 +02:00
parent 307a8bc806
commit 9e3b020dec
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386

View File

@ -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");