summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 00627580ef..aa51b85e2e 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -308,12 +308,12 @@ config CMD_MEMORY
config CMD_CRC
tristate
select CRC32
- prompt "crc"
+ prompt "crc32"
config CMD_CRC_CMP
tristate
depends on CMD_CRC
- prompt "compare 2 files crc"
+ prompt "compare 2 files using crc32"
config CMD_DIGEST
tristate