summaryrefslogtreecommitdiff
path: root/installhtml
diff options
context:
space:
mode:
Diffstat (limited to 'installhtml')
-rwxr-xr-xinstallhtml16
1 files changed, 8 insertions, 8 deletions
diff --git a/installhtml b/installhtml
index 72564d1aa8..6fa22ca791 100755
--- a/installhtml
+++ b/installhtml
@@ -93,14 +93,14 @@ The following command-line is an example of the one we use to convert
perl documentation:
./installhtml --podpath=lib:ext:pod:vms \
- --podroot=/usr/src/perl \
- --htmldir=/perl/nmanual \
- --htmlroot=/perl/nmanual \
- --splithead=pod/perlipc \
- --splititem=pod/perlfunc \
- --libpods=perlfunc:perlguts:perlvar:perlrun:perlop \
- --recurse \
- --verbose
+ --podroot=/usr/src/perl \
+ --htmldir=/perl/nmanual \
+ --htmlroot=/perl/nmanual \
+ --splithead=pod/perlipc \
+ --splititem=pod/perlfunc \
+ --libpods=perlfunc:perlguts:perlvar:perlrun:perlop \
+ --recurse \
+ --verbose
=head1 AUTHOR