diff --git a/wcap/main.c b/wcap/main.c index 3b671b01..94933042 100644 --- a/wcap/main.c +++ b/wcap/main.c @@ -154,7 +154,7 @@ usage(int exit_code) "[--help] [--yuv4mpeg2] [--frame=] [--all] \n" "\t[--rate=] \n\n" "\t--help\t\t\tthis help text\n" - "\t--yuv2mpeg4\t\tdump wcap file to stdout in yuv4mpeg format\n" + "\t--yuv4mpeg2\t\tdump wcap file to stdout in yuv4mpeg2 format\n" "\t--frame=\t\twrite out the given frame number as png\n" "\t--all\t\t\twrite all frames as pngs\n" "\t--rate=\treplay frame rate for yuv4mpeg2,\n"