diff options
author | kramm <kramm> | 2004-09-10 14:24:34 +0000 |
---|---|---|
committer | kramm <kramm> | 2004-09-10 14:24:34 +0000 |
commit | 335b6b2b798d308f333c371caae0bfc7628506db (patch) | |
tree | 7f6215fe984d187011604585ba65736e4d09df30 /pdf2swf | |
parent | e52974a544099e9497126e51d3f7943270d21199 (diff) |
fixed documentation.
Diffstat (limited to 'pdf2swf')
-rw-r--r-- | pdf2swf/pdf2swf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf2swf/pdf2swf.cc b/pdf2swf/pdf2swf.cc index 0a624f02..a5e7cf81 100644 --- a/pdf2swf/pdf2swf.cc +++ b/pdf2swf/pdf2swf.cc @@ -323,7 +323,7 @@ void args_callback_usage(char*name) printf("-f --fonts Store full fonts in SWF. (Don't reduce to used characters)\n"); printf("-T --flashversion=num Set the flash version in the header to num (default: 4)\n"); printf("-s insertstop Insert a \"Stop\" Tag in every frame (don't turn pages automatically)\n"); - printf("-s zoom=factor Scale result, default: 100 (before 0.6.2: 72)\n"); + printf("-s zoom=factor Scale result, default: 72\n"); printf("-s jpegquality=quality Set quality of embedded jpeg pictures (default:85)\n"); printf("-s caplinewidth=value Set the minimum line width to trigger cap style handling to value. (3)\n"); printf("-s splinequality=value Set the quality of spline convertion to value (0-100, default: 100).\n"); |