]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx28: remove bogus '\n' from cmd descriptions
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 11 Oct 2013 08:51:44 +0000 (10:51 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 11 Oct 2013 08:51:44 +0000 (10:51 +0200)
board/karo/tx28/flash.c

index 75b85196b7c48d7612758d6a33340ba5e5c4aade..8186b8bce3d10fdd74943537767226e86f4ec148 100644 (file)
@@ -589,7 +589,7 @@ int do_update(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
 }
 
 U_BOOT_CMD(romupdate, 11, 0, do_update,
-       "Creates an FCB data structure and writes an U-Boot image to flash\n",
+       "Creates an FCB data structure and writes an U-Boot image to flash",
        "[-b #] [-n #] [-f #] [-r [#]] [<address>] [<length>]\n"
        "\t-b #\tfirst FCB block number (default 0)\n"
        "\t-n #\ttotal number of FCB blocks (default 1)\n"