diff options
Diffstat (limited to 'utils/imxtools/sbtools/sbtoelf.c')
-rw-r--r-- | utils/imxtools/sbtools/sbtoelf.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/utils/imxtools/sbtools/sbtoelf.c b/utils/imxtools/sbtools/sbtoelf.c index 75dc58e4bd..69ab59e44d 100644 --- a/utils/imxtools/sbtools/sbtoelf.c +++ b/utils/imxtools/sbtools/sbtoelf.c | |||
@@ -217,21 +217,21 @@ static void usage(void) | |||
217 | { | 217 | { |
218 | printf("Usage: sbtoelf [options] sb-file\n"); | 218 | printf("Usage: sbtoelf [options] sb-file\n"); |
219 | printf("Options:\n"); | 219 | printf("Options:\n"); |
220 | printf(" -?/--help\tDisplay this message\n"); | 220 | printf(" -?/--help Display this message\n"); |
221 | printf(" -o <prefix>\tEnable output and set prefix\n"); | 221 | printf(" -o <prefix> Enable output and set prefix\n"); |
222 | printf(" -d/--debug\tEnable debug output*\n"); | 222 | printf(" -d/--debug Enable debug output*\n"); |
223 | printf(" -k <file>\tAdd key file\n"); | 223 | printf(" -k <file> Add key file\n"); |
224 | printf(" -z\t\tAdd zero key\n"); | 224 | printf(" -z Add zero key\n"); |
225 | printf(" -r\t\tUse raw command mode\n"); | 225 | printf(" -r Use raw command mode\n"); |
226 | printf(" -a/--add-key <key>\tAdd single key (hex or usbotp)\n"); | 226 | printf(" -a/--add-key <key> Add single key (hex or usbotp)\n"); |
227 | printf(" -n/--no-color\tDisable output colors\n"); | 227 | printf(" -n/--no-color Disable output colors\n"); |
228 | printf(" -l/--loopback <file>\tProduce sb file out of extracted description*\n"); | 228 | printf(" -l/--loopback <file> Produce sb file out of extracted description*\n"); |
229 | printf(" -f/--force\tForce reading even without a key*\n"); | 229 | printf(" -f/--force Force reading even without a key*\n"); |
230 | printf(" -1/--v1\tForce to read file as a version 1 file\n"); | 230 | printf(" -1/--v1 Force to read file as a version 1 file\n"); |
231 | printf(" -2/--v2\tForce to read file as a version 2 file\n"); | 231 | printf(" -2/--v2 Force to read file as a version 2 file\n"); |
232 | printf(" -s/--no-simpl\tPrevent elf files from being simplified*\n"); | 232 | printf(" -s/--no-simpl Prevent elf files from being simplified*\n"); |
233 | printf(" -x\t\tUse default sb1 key\n"); | 233 | printf(" -x Use default sb1 key\n"); |
234 | printf(" -b\tBrute force key\n"); | 234 | printf(" -b Brute force key\n"); |
235 | printf("Options marked with a * are for debug purpose only\n"); | 235 | printf("Options marked with a * are for debug purpose only\n"); |
236 | exit(1); | 236 | exit(1); |
237 | } | 237 | } |