diff options
author | David Woodhouse <dwmw2@infradead.org> | 2007-09-01 00:58:41 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-09-01 00:58:41 +0100 |
commit | 7284a63a482870f0ef81f9b81964ca24159272c1 (patch) | |
tree | 6c4e2328b825d68329135193332793af0bbf135f | |
parent | 8dc9f98e39ff4ba019c838f2a7349c1211676ad4 (diff) |
Update usage information for serve_image
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
-rw-r--r-- | serve_image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serve_image.c b/serve_image.c index 78b7216..adb4869 100644 --- a/serve_image.c +++ b/serve_image.c @@ -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); } |