]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_ext2.c
compiler.h: unify system ifdef cruft here
[karo-tx-uboot.git] / common / cmd_ext2.c
index 923b355673d276bc42fd921c69533d4475fd4b2a..6ee60c66f2169b672c3e9ffd8d2f4310d2351552 100644 (file)
@@ -118,7 +118,7 @@ U_BOOT_CMD(
        ext2ls, 4,      1,      do_ext2ls,
        "list files in a directory (default /)",
        "<interface> <dev[:part]> [directory]\n"
-       "    - list files from 'dev' on 'interface' in a 'directory'\n"
+       "    - list files from 'dev' on 'interface' in a 'directory'"
 );
 
 /******************************************************************************
@@ -256,5 +256,5 @@ U_BOOT_CMD(
        "load binary file from a Ext2 filesystem",
        "<interface> <dev[:part]> [addr] [filename] [bytes]\n"
        "    - load binary file 'filename' from 'dev' on 'interface'\n"
-       "      to address 'addr' from ext2 filesystem\n"
+       "      to address 'addr' from ext2 filesystem"
 );