summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-05-06 09:30:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-06 09:30:28 +0200
commitc8af035b4176af0e8da2cdd2d10109b56e06444e (patch)
tree5e1e6feff42470e7c167c89ee07b7e8b1c37f81b /commands/Kconfig
parent3cdd18632e72cbb8b0402df3e4821dfd7d24643b (diff)
parent9e809ef4317cf96a477342a09b8c205a49e44554 (diff)
downloadbarebox-c8af035b4176af0e8da2cdd2d10109b56e06444e.tar.gz
barebox-c8af035b4176af0e8da2cdd2d10109b56e06444e.tar.xz
Merge branch 'for-next/misc'
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index e6168cede2..6a759ce204 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -356,12 +356,12 @@ config CMD_MEMSET
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