summaryrefslogtreecommitdiffstats
path: root/common/cmd_setexpr.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_setexpr.c')
-rw-r--r--common/cmd_setexpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_setexpr.c b/common/cmd_setexpr.c
index 9a5e720d68..f8b5d4dcfe 100644
--- a/common/cmd_setexpr.c
+++ b/common/cmd_setexpr.c
@@ -66,5 +66,5 @@ U_BOOT_CMD(
"set environment variable as the result of eval expression",
"name value1 <op> value2\n"
" - set environment variable 'name' to the result of the evaluated\n"
- " express specified by <op>. <op> can be &, |, ^, +, -, *, /, %\n"
+ " express specified by <op>. <op> can be &, |, ^, +, -, *, /, %"
);
OpenPOWER on IntegriCloud