yet more fixes.
This commit is contained in:
parent
dcafd7780a
commit
85de97b7ea
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue