summaryrefslogtreecommitdiffstats
path: root/commands/reginfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/reginfo.c')
-rw-r--r--commands/reginfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/reginfo.c b/commands/reginfo.c
index 92108b9329..37816cb261 100644
--- a/commands/reginfo.c
+++ b/commands/reginfo.c
@@ -29,7 +29,7 @@ static int do_reginfo(int argc, char *argv[])
BAREBOX_CMD_START(reginfo)
.cmd = do_reginfo,
- .usage = "print register information",
+ BAREBOX_CMD_DESC("print register information")
BAREBOX_CMD_GROUP(CMD_GRP_INFO)
BAREBOX_CMD_COMPLETE(empty_complete)
BAREBOX_CMD_END