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,
'userId:s'=>\$userId,
'toFile:s'=>\$toFile,
'stripHTML'=>\$stripHtml,
'stripHtml'=>\$stripHtml,
'help'=>\$help,
'relativeUrls'=>\$relativeUrls,
);
@ -61,7 +61,7 @@ Options:
--toFile Set the path and filename to write the
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
output only text. NOTE: The resulting
text may have formatting problems as a