From 6de2256898e79c47cd1694cc5e6031e753ab1ea0 Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Sun, 19 Mar 2023 16:39:31 +0100 Subject: commands: nand: add missing parameters to help Signed-off-by: Wolfram Sang Link: https://lore.barebox.org/20230319153931.23867-1-wsa@kernel.org Signed-off-by: Sascha Hauer --- commands/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'commands/Kconfig') diff --git a/commands/Kconfig b/commands/Kconfig index 27769950d9..76dfca2dfd 100644 --- a/commands/Kconfig +++ b/commands/Kconfig @@ -1950,12 +1950,14 @@ config CMD_NAND help NAND flash handling - Usage: nand [-adb] NANDDEV + Usage: nand [-adbgi] NANDDEV Options: -a register a bad block aware device ontop of a normal NAND device -d deregister a bad block aware device -b OFFS mark block at OFFSet as bad + -g OFFS mark block at OFFSet as good + -i info. Show information about bad blocks config CMD_NANDTEST tristate -- cgit v1.2.3