From: kramm Date: Mon, 16 Jan 2006 17:05:02 +0000 (+0000) Subject: added documentation for the -E option X-Git-Tag: release-0-8-0~245 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=68f177fd64d6321b8c71acc1ad81f9231a22a492 added documentation for the -E option --- diff --git a/src/swfdump.c b/src/swfdump.c index 5da07fc..8eaeb25 100644 --- a/src/swfdump.c +++ b/src/swfdump.c @@ -167,6 +167,7 @@ void args_callback_usage(char *name) printf("-D , --full Show everything. Same as -atp\n"); printf("-V , --version Print version info and exit\n"); printf("-e , --html Print out html code for embedding the file\n"); + printf("-E , --xhtml Print out xhtml code for embedding the file\n"); printf("-a , --action Disassemble action tags\n"); printf("-t , --text Show text fields (like swfstrings).\n"); printf("-s , --shapes Show shape coordinates/styles\n");