summaryrefslogtreecommitdiff
path: root/cmd/temperature.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/temperature.c')
-rw-r--r--cmd/temperature.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/temperature.c b/cmd/temperature.c
index 41e422fc937..c145d019364 100644
--- a/cmd/temperature.c
+++ b/cmd/temperature.c
@@ -32,7 +32,7 @@ static int do_get(struct cmd_tbl *cmdtp, int flag, int argc,
if (ret)
return CMD_RET_FAILURE;
- printf("%s: %d C\n", dev->name, temp);
+ printf("%s: %d mC\n", dev->name, temp);
return CMD_RET_SUCCESS;
}