Commit b067c014b2bb7a90e4f7f5bae8d98f331e867154
1 parent
9adb6a8d
Replace - with -- in documentation
This is a cosmetic change since both are accepted.
Showing
1 changed file
with
12 additions
and
12 deletions
manual/qpdf-manual.xml
| ... | ... | @@ -257,7 +257,7 @@ make |
| 257 | 257 | <para> |
| 258 | 258 | <option>outfilename</option> does not have to be seekable, even |
| 259 | 259 | when generating linearized files. Specifying |
| 260 | - “<option>-</option>” as <option>outfilename</option> | |
| 260 | + “<option>--</option>” as <option>outfilename</option> | |
| 261 | 261 | means to write to standard output. However, you can't specify the |
| 262 | 262 | same file as both the input and the output because qpdf reads data |
| 263 | 263 | from the input file as it writes to the output file. |
| ... | ... | @@ -1023,7 +1023,7 @@ outfile.pdf</option> |
| 1023 | 1023 | </listitem> |
| 1024 | 1024 | </varlistentry> |
| 1025 | 1025 | <varlistentry> |
| 1026 | - <term><option>-show-encryption</option></term> | |
| 1026 | + <term><option>--show-encryption</option></term> | |
| 1027 | 1027 | <listitem> |
| 1028 | 1028 | <para> |
| 1029 | 1029 | Shows document encryption parameters. Also shows the |
| ... | ... | @@ -1032,7 +1032,7 @@ outfile.pdf</option> |
| 1032 | 1032 | </listitem> |
| 1033 | 1033 | </varlistentry> |
| 1034 | 1034 | <varlistentry> |
| 1035 | - <term><option>-check-linearization</option></term> | |
| 1035 | + <term><option>--check-linearization</option></term> | |
| 1036 | 1036 | <listitem> |
| 1037 | 1037 | <para> |
| 1038 | 1038 | Checks file integrity and linearization status. |
| ... | ... | @@ -1040,7 +1040,7 @@ outfile.pdf</option> |
| 1040 | 1040 | </listitem> |
| 1041 | 1041 | </varlistentry> |
| 1042 | 1042 | <varlistentry> |
| 1043 | - <term><option>-show-linearization</option></term> | |
| 1043 | + <term><option>--show-linearization</option></term> | |
| 1044 | 1044 | <listitem> |
| 1045 | 1045 | <para> |
| 1046 | 1046 | Checks and displays all data in the linearization hint tables. |
| ... | ... | @@ -1048,7 +1048,7 @@ outfile.pdf</option> |
| 1048 | 1048 | </listitem> |
| 1049 | 1049 | </varlistentry> |
| 1050 | 1050 | <varlistentry> |
| 1051 | - <term><option>-show-xref</option></term> | |
| 1051 | + <term><option>--show-xref</option></term> | |
| 1052 | 1052 | <listitem> |
| 1053 | 1053 | <para> |
| 1054 | 1054 | Shows the contents of the cross-reference table in a |
| ... | ... | @@ -1058,7 +1058,7 @@ outfile.pdf</option> |
| 1058 | 1058 | </listitem> |
| 1059 | 1059 | </varlistentry> |
| 1060 | 1060 | <varlistentry> |
| 1061 | - <term><option>-show-object=obj[,gen]</option></term> | |
| 1061 | + <term><option>--show-object=obj[,gen]</option></term> | |
| 1062 | 1062 | <listitem> |
| 1063 | 1063 | <para> |
| 1064 | 1064 | Show the contents of the given object. This is especially |
| ... | ... | @@ -1068,7 +1068,7 @@ outfile.pdf</option> |
| 1068 | 1068 | </listitem> |
| 1069 | 1069 | </varlistentry> |
| 1070 | 1070 | <varlistentry> |
| 1071 | - <term><option>-raw-stream-data</option></term> | |
| 1071 | + <term><option>--raw-stream-data</option></term> | |
| 1072 | 1072 | <listitem> |
| 1073 | 1073 | <para> |
| 1074 | 1074 | When used along with the <option>--show-object</option> |
| ... | ... | @@ -1078,7 +1078,7 @@ outfile.pdf</option> |
| 1078 | 1078 | </listitem> |
| 1079 | 1079 | </varlistentry> |
| 1080 | 1080 | <varlistentry> |
| 1081 | - <term><option>-filtered-stream-data</option></term> | |
| 1081 | + <term><option>--filtered-stream-data</option></term> | |
| 1082 | 1082 | <listitem> |
| 1083 | 1083 | <para> |
| 1084 | 1084 | When used along with the <option>--show-object</option> |
| ... | ... | @@ -1090,7 +1090,7 @@ outfile.pdf</option> |
| 1090 | 1090 | </listitem> |
| 1091 | 1091 | </varlistentry> |
| 1092 | 1092 | <varlistentry> |
| 1093 | - <term><option>-show-npages</option></term> | |
| 1093 | + <term><option>--show-npages</option></term> | |
| 1094 | 1094 | <listitem> |
| 1095 | 1095 | <para> |
| 1096 | 1096 | Prints the number of pages in the input file on a line by |
| ... | ... | @@ -1101,7 +1101,7 @@ outfile.pdf</option> |
| 1101 | 1101 | </listitem> |
| 1102 | 1102 | </varlistentry> |
| 1103 | 1103 | <varlistentry> |
| 1104 | - <term><option>-show-pages</option></term> | |
| 1104 | + <term><option>--show-pages</option></term> | |
| 1105 | 1105 | <listitem> |
| 1106 | 1106 | <para> |
| 1107 | 1107 | Shows the object and generation number for each page |
| ... | ... | @@ -1112,7 +1112,7 @@ outfile.pdf</option> |
| 1112 | 1112 | </listitem> |
| 1113 | 1113 | </varlistentry> |
| 1114 | 1114 | <varlistentry> |
| 1115 | - <term><option>-with-images</option></term> | |
| 1115 | + <term><option>--with-images</option></term> | |
| 1116 | 1116 | <listitem> |
| 1117 | 1117 | <para> |
| 1118 | 1118 | When used along with <option>--show-pages</option>, also shows |
| ... | ... | @@ -1124,7 +1124,7 @@ outfile.pdf</option> |
| 1124 | 1124 | </listitem> |
| 1125 | 1125 | </varlistentry> |
| 1126 | 1126 | <varlistentry> |
| 1127 | - <term><option>-check</option></term> | |
| 1127 | + <term><option>--check</option></term> | |
| 1128 | 1128 | <listitem> |
| 1129 | 1129 | <para> |
| 1130 | 1130 | Checks file structure and well as encryption, linearization, | ... | ... |