summaryrefslogtreecommitdiffstats
path: root/commands/partition.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-04-13 21:09:03 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-04-14 15:28:32 +0200
commit6a0ab1d78769ec20fc69da02362c5ce5b76e1a82 (patch)
tree987695699b43e106e7c371c47c78708f58d4a517 /commands/partition.c
parentb0d3389227cd54c2c48f0f60a4ab2ae76296076c (diff)
downloadbarebox-6a0ab1d78769ec20fc69da02362c5ce5b76e1a82.tar.gz
barebox-6a0ab1d78769ec20fc69da02362c5ce5b76e1a82.tar.xz
addpart: remove duplicate line in help text
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/partition.c')
-rw-r--r--commands/partition.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/partition.c b/commands/partition.c
index 17e367847c..4892261885 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