]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/lwmon/lwmon.c
General help message cleanup
[people/ms/u-boot.git] / board / lwmon / lwmon.c
index 1b665a91885f8553da359d44a14d61a1ba00fc5f..75b32090d1965ef7c1ec5ee45b7efea3789a93b9 100644 (file)
@@ -853,7 +853,7 @@ U_BOOT_CMD(
        pic,    4,      1,      do_pic,
        "read and write PIC registers",
        "read  reg      - read PIC register `reg'\n"
-       "pic write reg val  - write value `val' to PIC register `reg'\n"
+       "pic write reg val  - write value `val' to PIC register `reg'"
 );
 
 /***********************************************************************
@@ -911,7 +911,7 @@ int do_kbd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 U_BOOT_CMD(
        kbd,    1,      1,      do_kbd,
        "read keyboard status",
-       NULL
+       ""
 );
 
 /* Read and set LSB switch */
@@ -985,7 +985,7 @@ U_BOOT_CMD(
        "check and set LSB switch",
        "on  - switch LSB on\n"
        "lsb off - switch LSB off\n"
-       "lsb     - print current setting\n"
+       "lsb     - print current setting"
 );
 
 #endif