# HG changeset patch # User William Astle # Date 1511849487 25200 # Node ID 141a1beb98aee48d5efeb5f46393ca798dbe5d4b # Parent 999ae00d091993367a9ffd55310cdc698985c859 Improve usage for --format for lwasm Add missing options to the usage message for --format in lwasm. Thanks to Mark R V Murray for this fix. diff -r 999ae00d0919 -r 141a1beb98ae lwasm/main.c --- a/lwasm/main.c Mon Nov 27 23:10:19 2017 -0700 +++ b/lwasm/main.c Mon Nov 27 23:11:27 2017 -0700 @@ -44,7 +44,7 @@ { { "output", 'o', "FILE", 0, "Output to FILE"}, { "debug", 'd', "LEVEL", lw_cmdline_opt_optional, "Set debug mode"}, - { "format", 'f', "TYPE", 0, "Select output format: decb, basic, raw, obj, os9"}, + { "format", 'f', "TYPE", 0, "Select output format: decb, basic, raw, obj, os9, ihex, srec"}, { "list", 'l', "FILE", lw_cmdline_opt_optional, "Generate list [to FILE]"}, { "list-nofiles", 0x104, 0, 0, "Omit file names in list output"}, { "symbols", 's', 0, lw_cmdline_opt_optional, "Generate symbol list in listing, no effect without --list"},