diff options
| -rwxr-xr-x | pdftool.pl | 12 | 
1 files changed, 6 insertions, 6 deletions
| @@ -76,7 +76,7 @@ smallest interval that contains all the selected pages),  =item B<-s, --select=>I<pages> -Specifies the pages which are to be selected. +Specify the pages which are to be selected.  I<Pages> is a comma separated list of page ranges, each of which  may be a page number, or a page range of the form  I<first>-I<last>. If I<first> is omitted, the first page is assumed, @@ -107,13 +107,13 @@ B<folio>, B<quarto>, or B<10x14>. The  default output paper size is B<a4>.  =item B<-W, --Width=>I<length> -Same as the option B<-w>, but for the input file. This option is useless if +Same as the option B<-w>, but for the input file. This option is ignored if  the crop option (B<-c>) is set.  =item B<-H, --Height=>I<length> -Same as the option B<-h>, but for the input file. This option is useless if +Same as the option B<-h>, but for the input file. This option is ignored if  the crop option (B<-c>) is set. @@ -121,7 +121,7 @@ the crop option (B<-c>) is set.  Same as the option B<-p>, but for the input file. By default,  B<PDFTool> will try to guess this value from the header of the file, -and fail if the information is missing. This option is useless if the +and will fail if the information is missing. This option is ignored if the  crop option (B<-c>) is set.  =item B<-b, --border=>I<length> @@ -150,7 +150,7 @@ B<--screen> instead.  =item B<-n, --nup=>I<num> -Puts multiple logical pages onto each physical sheet of paper. The inner +Put multiple logical pages onto each physical sheet of paper. The inner  margin might be same as the outer one (depending on the booklet option  B<-b>), see B<-m> for details. @@ -166,7 +166,7 @@ effect for portrait documents.  =item B<--column> -Changes the order to `column-major', where successive pages are placed in +Change the order to `column-major', where successive pages are placed in  columns down the paper.  =item B<-q, --quiet> | 
