]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_setexpr.c
smc911x: update SMC911X related configuration description
[u-boot] / common / cmd_setexpr.c
index 9a5e720d68bcfb41158d2574c33501391f3c3853..f8b5d4dcfe8cc2f2208a6a59641d5bfb1da519f1 100644 (file)
@@ -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 &, |, ^, +, -, *, /, %"
 );