From edd501bed01e62149ed84ef9ae30e639f34a5e60 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 30 Apr 2026 22:41:12 +0200 Subject: xa65: sort the flags 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/xa65/src') diff --git a/crates/xa65/src/main.rs b/crates/xa65/src/main.rs index 77e5127..03bdc82 100644 --- a/crates/xa65/src/main.rs +++ b/crates/xa65/src/main.rs @@ -31,9 +31,9 @@ fn print_help() { 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\tError out if the output differ or 'nasm' has produced an error."); + println!(" -o, --out \tFile path where the output should be located after execution."); 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."); println!(" --target nes\t\tUsed for compatibility with 'ca65'."); println!(" -v, --version\t\tPrint the version of this program."); std::process::exit(0); -- cgit v1.2.3