X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fswfextract.c;h=1ed064f48b38dabe383e0b9194b2cb14528d9a39;hb=4422eb8459b40c9bf8fa026820781aeb903a2108;hp=fa612fc70fe864616264bb9495bd2b73032f6390;hpb=0c3006e417a705dcacc7dad7083de0e4adb41971;p=swftools.git diff --git a/src/swfextract.c b/src/swfextract.c index fa612fc..1ed064f 100644 --- a/src/swfextract.c +++ b/src/swfextract.c @@ -12,6 +12,7 @@ #include #include "../lib/rfxswf.h" #include "../lib/args.h" +#include "../lib/log.h" #include "reloc.h" #ifdef HAVE_ZLIB_H #ifdef HAVE_LIBZ @@ -44,6 +45,7 @@ struct options_t options[] = {"i","id"}, {"j","jpegs"}, {"p","pngs"}, + {"m","mp3"}, {"n","name"}, {"f","frame"}, {"V","version"}, @@ -141,7 +143,8 @@ void args_callback_usage(char*name) #endif printf("\t-m , --mp3\t\t\t Extract main mp3 stream\n"); printf("\t-f , --frame frames\t\t frame numbers to extract\n"); - printf("\t-w , --hollow\t\t\t hollow mode: don't remove empty frames (use with -f)\n"); + printf("\t-w , --hollow\t\t\t hollow mode: don't remove empty frames\n"); + printf("\t \t\t\t (use with -f)\n"); printf("\t-V , --version\t\t\t Print program version and exit\n"); } int args_callback_command(char*name,char*val)