summaryrefslogtreecommitdiffstats
path: root/commands/sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/sleep.c')
-rw-r--r--commands/sleep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/sleep.c b/commands/sleep.c
index f772e87a0d..c5f7867400 100644
--- a/commands/sleep.c
+++ b/commands/sleep.c
@@ -22,6 +22,7 @@
#include <common.h>
#include <command.h>
+#include <complete.h>
#include <clock.h>
static int do_sleep(int argc, char *argv[])
@@ -46,4 +47,5 @@ static int do_sleep(int argc, char *argv[])
BAREBOX_CMD_START(sleep)
.cmd = do_sleep,
.usage = "delay execution for n seconds",
+ BAREBOX_CMD_COMPLETE(cammand_var_complete)
BAREBOX_CMD_END