summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/clk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/clk.c b/cmd/clk.c
index 73dea5e7460..a483fd89812 100644
--- a/cmd/clk.c
+++ b/cmd/clk.c
@@ -160,7 +160,7 @@ static int do_clk(struct cmd_tbl *cmdtp, int flag, int argc,
#ifdef CONFIG_SYS_LONGHELP
static char clk_help_text[] =
"dump - Print clock frequencies\n"
- "setfreq [clk] [freq] - Set clock frequency";
+ "clk setfreq [clk] [freq] - Set clock frequency";
#endif
U_BOOT_CMD(clk, 4, 1, do_clk, "CLK sub-system", clk_help_text);