From 7e3a16ef14ec2a83853bdcf631b28939f01f0c18 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Fri, 10 Jun 2011 12:14:24 +0800 Subject: complete: add delpart complete support Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- commands/partition.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'commands/partition.c') diff --git a/commands/partition.c b/commands/partition.c index 4892261885..6cce0423d3 100644 --- a/commands/partition.c +++ b/commands/partition.c @@ -32,6 +32,7 @@ #include #include +#include #include #include #include @@ -225,5 +226,6 @@ BAREBOX_CMD_START(delpart) .cmd = do_delpart, .usage = "delete partition(s)", BAREBOX_CMD_HELP(cmd_delpart_help) + BAREBOX_CMD_COMPLETE(devfs_partition_complete) BAREBOX_CMD_END -- cgit v1.2.3