Merge branch 'master' of git://git.denx.de/u-boot-net
[platform/kernel/u-boot.git] / board / bf537-stamp / cmd_bf537led.c
index fa650f2..e77bb0c 100644 (file)
@@ -196,6 +196,6 @@ void show_cmd_usage()
 
 /* Register information for u-boot to find this command */
 U_BOOT_CMD(led, 3, 1, do_bf537led,
-          "led- Control BF537 stamp LEDs\n", USAGE_LONG);
+          "Control BF537 stamp LEDs", USAGE_LONG);
 
 #endif