1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-11-03 11:59:33 +01:00

Standardize command usage messages with cmd_usage()

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
Peter Tyser
2009-01-27 18:03:10 -06:00
committed by Wolfgang Denk
parent 84cde2bb40
commit 62c3ae7c6e
89 changed files with 213 additions and 206 deletions

View File

@@ -104,7 +104,7 @@ int do_eeprom ( cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
}
}
printf ("Usage:\n%s\n", cmdtp->usage);
cmd_usage(cmdtp);
return 1;
}
#endif