summaryrefslogtreecommitdiffstats
path: root/commands/true.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/true.c')
-rw-r--r--commands/true.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/true.c b/commands/true.c
index a09776bcd2..6ebbd726a3 100644
--- a/commands/true.c
+++ b/commands/true.c
@@ -29,6 +29,7 @@ static int do_true(int argc, char *argv[])
BAREBOX_CMD_START(true)
.cmd = do_true,
.usage = "do nothing, successfully",
+ BAREBOX_CMD_GROUP(CMD_GRP_SCRIPT)
BAREBOX_CMD_COMPLETE(empty_complete)
BAREBOX_CMD_END