9
0
Fork 0

crc32: Proper name of command is "crc32".

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Robert P. J. Day 2014-07-07 05:36:33 -04:00 committed by Sascha Hauer
parent d1ec6fb0c9
commit 37f47a2a8c
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Memory areas
============
Several barebox commands like :ref:`command_md`, :ref:`command_erase`
or :ref:`command_crc` work on an area of memory. Areas have the following form::
or :ref:`command_crc32` work on an area of memory. Areas have the following form::
<start>-<end>

View File

@ -107,7 +107,7 @@ static int do_crc(int argc, char *argv[])
return err;
}
BAREBOX_CMD_HELP_START(crc)
BAREBOX_CMD_HELP_START(crc32)
BAREBOX_CMD_HELP_TEXT("Calculate a CRC32 checksum of a memory area.")
BAREBOX_CMD_HELP_TEXT("")
BAREBOX_CMD_HELP_TEXT("Options:")