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