yet more fixes.

This commit is contained in:
Matthew Wilson 2005-11-08 21:46:17 +00:00
parent dcafd7780a
commit 85de97b7ea

View file

@ -33,7 +33,7 @@ GetOptions(
'assetId:s'=>\$assetId, 'assetId:s'=>\$assetId,
'userId:s'=>\$userId, 'userId:s'=>\$userId,
'toFile:s'=>\$toFile, 'toFile:s'=>\$toFile,
'stripHTML'=>\$stripHtml, 'stripHtml'=>\$stripHtml,
'help'=>\$help, 'help'=>\$help,
'relativeUrls'=>\$relativeUrls, 'relativeUrls'=>\$relativeUrls,
); );
@ -61,7 +61,7 @@ Options:
--toFile Set the path and filename to write the --toFile Set the path and filename to write the
content to instead of standard out. content to instead of standard out.
--stripHTML A flag indicating that WebGUI should --stripHtml A flag indicating that WebGUI should
strip all the HTML from the document and strip all the HTML from the document and
output only text. NOTE: The resulting output only text. NOTE: The resulting
text may have formatting problems as a text may have formatting problems as a