From b0def33f13f1fc2403b1a0bc6666ec874314d4ad Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 23 Apr 2026 22:17:00 +0200 Subject: xa65: fix indentation on the help message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- crates/xa65/src/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'crates/xa65/src') diff --git a/crates/xa65/src/main.rs b/crates/xa65/src/main.rs index 0a5e35c..abf866b 100644 --- a/crates/xa65/src/main.rs +++ b/crates/xa65/src/main.rs @@ -28,9 +28,7 @@ fn print_help() { println!(" -b, --bin \tAlternative to the binary for 'nasm'."); println!(" -C, --config \tLinker configuration to be used, whether an identifier or a file path."); println!(" -h, --help\t\tPrint this message."); - println!( - " -n, --no-errors\t\tError out if the output differ or 'nasm' has produced an error." - ); + println!(" -n, --no-errors\tError out if the output differ or 'nasm' has produced an error."); println!(" -s, --strict\t\tBe more strict on 'nasm' by adding the address-sanitizer and writing debug/analysis information."); println!(" --stats\t\tPrint statistics to the standard output."); println!(" -o, --out \tFile path where the output should be located after execution."); -- cgit v1.2.3