summaryrefslogtreecommitdiffstats
path: root/commands/false.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/false.c')
-rw-r--r--commands/false.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/false.c b/commands/false.c
index 6ba3823229..1642f8de15 100644
--- a/commands/false.c
+++ b/commands/false.c
@@ -23,6 +23,7 @@
#include <common.h>
#include <command.h>
+#include <complete.h>
static int do_false(int argc, char *argv[])
{
@@ -32,5 +33,6 @@ static int do_false(int argc, char *argv[])
BAREBOX_CMD_START(false)
.cmd = do_false,
.usage = "do nothing, unsuccessfully",
+ BAREBOX_CMD_COMPLETE(empty_complete)
BAREBOX_CMD_END