]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_jffs2.c
General help message cleanup
[people/ms/u-boot.git] / common / cmd_jffs2.c
index 3bb6c3cb158cce08515b99204b6ffba3244c5c7e..4db4a83aa82b41e7ee1feecbdc010c267c7af73b 100644 (file)
@@ -636,18 +636,17 @@ U_BOOT_CMD(
        "load binary file from a filesystem image",
        "[ off ] [ filename ]\n"
        "    - load binary file from flash bank\n"
-       "      with offset 'off'\n"
+       "      with offset 'off'"
 );
 U_BOOT_CMD(
        ls,     2,      1,      do_jffs2_ls,
        "list files in a directory (default /)",
-       "[ directory ]\n"
-       "    - list files in a directory.\n"
+       "[ directory ]"
 );
 
 U_BOOT_CMD(
        fsinfo, 1,      1,      do_jffs2_fsinfo,
        "print information about filesystems",
-       "    - print information about filesystems\n"
+       ""
 );
 /***************************************************/