Signed-off-by: Mark Vels <mark.vels@xxxxxxxxxxxxxxxx> --- Documentation/commands.dox | 3 +-- commands/crc.c | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/commands.dox b/Documentation/commands.dox index 31183ec..a8bc83d 100644 --- a/Documentation/commands.dox +++ b/Documentation/commands.dox @@ -29,8 +29,7 @@ available in @a Barebox: @li @subpage cp_command @li @subpage cpufreq @li @subpage cpuinfo -@li @subpage crc_command -@li @subpage crc32 +@li @subpage crc32_command @li @subpage delpart_command @li @subpage devinfo_command @li @subpage dfu_command diff --git a/commands/crc.c b/commands/crc.c index 01fedd7..2c05967 100644 --- a/commands/crc.c +++ b/commands/crc.c @@ -143,7 +143,7 @@ static int do_crc(struct command *cmdtp, int argc, char *argv[]) return err; } -BAREBOX_CMD_HELP_START(crc) +BAREBOX_CMD_HELP_START(crc32) BAREBOX_CMD_HELP_USAGE("crc32 [OPTION] [AREA]\n") BAREBOX_CMD_HELP_SHORT("Calculate a crc32 checksum of a memory area.\n") BAREBOX_CMD_HELP_OPT ("-f <file>", "Use file instead of memory.\n") -- 1.7.0.4 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox