X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fswfextract.c;h=1ed064f48b38dabe383e0b9194b2cb14528d9a39;hb=a4d5d87844a72f61db923cffdd654dc05d5cc066;hp=131a9a0dccaf8116a95e090451e7e400593cd474;hpb=d68c5b5c60449094852f867d4af3dfbc35c8a74a;p=swftools.git diff --git a/src/swfextract.c b/src/swfextract.c index 131a9a0..1ed064f 100644 --- a/src/swfextract.c +++ b/src/swfextract.c @@ -143,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)