]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_eeprom.c
Standardize command usage messages with cmd_usage()
[people/ms/u-boot.git] / common / cmd_eeprom.c
index 2451bef74f4056c020bee4e03832a79d8c204e8f..c59227d6049335ad94ec4c9dc0b8bd5e432e18f4 100644 (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