Sfoglia il codice sorgente

mxsboot: fix tool name in usage message

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador 13 anni fa
parent
commit
993d30de99
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tools/mxsboot.c

+ 1 - 1
tools/mxsboot.c

@@ -453,7 +453,7 @@ static int mx28_nand_write_firmware(struct mx28_nand_fcb *fcb, int infd,
 void usage(void)
 {
 	printf(
-		"Usage: mx28image [ops] <type> <infile> <outfile>\n"
+		"Usage: mxsboot [ops] <type> <infile> <outfile>\n"
 		"Augment BootStream file with a proper header for i.MX28 boot\n"
 		"\n"
 		"  <type>	type of image:\n"