comparison lwlink/main.c @ 149:3706ede361ea

Fixed help message for --format
author lost
date Fri, 30 Jan 2009 01:51:41 +0000
parents 36ca3fa755e0
children 6ebb93b409ba
comparison
equal deleted inserted replaced
148:53e9e44789b0 149:3706ede361ea
99 { "output", 'o', "FILE", 0, 99 { "output", 'o', "FILE", 0,
100 "Output to FILE"}, 100 "Output to FILE"},
101 { "debug", 'd', 0, 0, 101 { "debug", 'd', 0, 0,
102 "Set debug mode"}, 102 "Set debug mode"},
103 { "format", 'f', "TYPE", 0, 103 { "format", 'f', "TYPE", 0,
104 "Select output format: decb, raw, obj"}, 104 "Select output format: decb, raw"},
105 { "decb", 'b', 0, 0, 105 { "decb", 'b', 0, 0,
106 "Generate DECB .bin format output, equivalent of --format=decb"}, 106 "Generate DECB .bin format output, equivalent of --format=decb"},
107 { "raw", 'r', 0, 0, 107 { "raw", 'r', 0, 0,
108 "Generate raw binary format output, equivalent of --format=raw"}, 108 "Generate raw binary format output, equivalent of --format=raw"},
109 { "script", 's', "FILE", 0, 109 { "script", 's', "FILE", 0,