]> www.infradead.org Git - mtd-utils.git/commitdiff
Update usage information for serve_image
authorDavid Woodhouse <dwmw2@infradead.org>
Fri, 31 Aug 2007 23:58:41 +0000 (00:58 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Fri, 31 Aug 2007 23:58:41 +0000 (00:58 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
serve_image.c

index 78b7216cef577a598798e3a341e953404d9004a7..adb4869bf71b770e70981747fa446a48bb8c88a3 100644 (file)
@@ -58,7 +58,7 @@ int main(int argc, char **argv)
                argc = 5;
        }
        if (argc != 5) {
-               fprintf(stderr, "usage: %s <host> <port> <image> <erasesize> [<redundancy>] [<tx_rate>]\n",
+               fprintf(stderr, "usage: %s <host> <port> <image> <erasesize> [<tx_rate>]\n",
                        (strrchr(argv[0], '/')?:argv[0]-1)+1);
                exit(1);
        }