summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index e4a2578..d26dcf7 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -492,6 +492,14 @@ config SHA1SUM_VERIFY
help
Add -v option to verify data against a SHA1 checksum.
+config CMD_STRINGS
+ bool "strings - display strings in memory"
+ help
+ This works similarly to the Unix 'strings' command except that it
+ works with a memory range. String of printable characters found
+ within the range are displayed. The minimum number of characters
+ for a sequence to be considered a string can be provided.
+
endmenu
menu "Compression commands"