diff options
Diffstat (limited to 'board/bf537-stamp/cmd_bf537led.c')
| -rw-r--r-- | board/bf537-stamp/cmd_bf537led.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/bf537-stamp/cmd_bf537led.c b/board/bf537-stamp/cmd_bf537led.c index e77bb0cb1..e65c4f835 100644 --- a/board/bf537-stamp/cmd_bf537led.c +++ b/board/bf537-stamp/cmd_bf537led.c @@ -33,7 +33,7 @@  	"led <number> <action>\n" \  	"    <number>  - Index (0-5) of LED to change, or \"all\"\n" \  	"    <action>  - Must be one of:\n" \ -	"		on off toggle\n" +	"		on off toggle"  /* Number of LEDs supported by the board */  #define NUMBER_LEDS     6 @@ -191,7 +191,7 @@ void set_led_state(int index, int state)  /* Display usage information */  void show_cmd_usage()  { -	printf("Usage:\n%s", USAGE_LONG); +	printf("Usage:\n%s\n", USAGE_LONG);  }  /* Register information for u-boot to find this command */ |