Explorar el Código

mxsboot: fix tool name in usage message

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Otavio Salvador hace 13 años
padre
commit
993d30de99
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"