[PATCH] addpart: remove duplicate line in help text
Sascha Hauer
s.hauer at pengutronix.de
Fri Apr 13 15:09:33 EDT 2012
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
commands/partition.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/commands/partition.c b/commands/partition.c
index 17e3678..4892261 100644
--- a/commands/partition.c
+++ b/commands/partition.c
@@ -169,7 +169,6 @@ BAREBOX_CMD_HELP_USAGE("addpart <device> <part_desc>\n")
BAREBOX_CMD_HELP_SHORT("Add a partition description to a device.\n")
BAREBOX_CMD_HELP_OPT ("-n", "no prefix. Do not prepend the device name as prefix before the partition name\n")
BAREBOX_CMD_HELP_OPT ("<device>", "device being worked on\n")
-BAREBOX_CMD_HELP_OPT ("<device>", "device being worked on\n")
BAREBOX_CMD_HELP_OPT ("<part_desc>", "size1[@offset1](name1)[ro],size2[@offset2](name2)[ro],...\n")
BAREBOX_CMD_HELP_END
--
1.7.10
More information about the barebox
mailing list