summaryrefslogtreecommitdiffstats
path: root/commands/clk.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/clk.c')
-rw-r--r--commands/clk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/clk.c b/commands/clk.c
index 65832d4985..f862c45b2a 100644
--- a/commands/clk.c
+++ b/commands/clk.c
@@ -97,7 +97,7 @@ static int do_clk_get_rate(int argc, char *argv[])
}
if (optind == argc) {
- fprintf(stderr, "No clock name given\n");
+ eprintf("No clock name given\n");
return COMMAND_ERROR_USAGE;
}