summaryrefslogtreecommitdiffstats
path: root/commands/regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/regulator.c')
-rw-r--r--commands/regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/regulator.c b/commands/regulator.c
index bdf4d88c3c..e0b704f88a 100644
--- a/commands/regulator.c
+++ b/commands/regulator.c
@@ -29,6 +29,6 @@ static int do_regulator(int argc, char *argv[])
BAREBOX_CMD_START(regulator)
.cmd = do_regulator,
- .usage = "list regulators",
+ BAREBOX_CMD_DESC("list regulators")
BAREBOX_CMD_GROUP(CMD_GRP_INFO)
BAREBOX_CMD_END