Fossil SCM
Document short options for fossil wiki list command.
rberteig
2016-05-04 00:22
Commit
99b1a1eae0e4a10f53a7aa52adaa353341a65c54
Parent
8c8ccac9beaee2b…
1 file changed
+2
-2
+2
-2
| --- src/wiki.c | ||
| +++ src/wiki.c | ||
| @@ -1206,15 +1206,15 @@ | ||
| 1206 | 1206 | ** |
| 1207 | 1207 | ** Lists all wiki entries, one per line, ordered |
| 1208 | 1208 | ** case-insensitively by name. |
| 1209 | 1209 | ** |
| 1210 | 1210 | ** Options: |
| 1211 | -** --technote Technotes will be listed instead of | |
| 1211 | +** -t|--technote Technotes will be listed instead of | |
| 1212 | 1212 | ** pages. The technotes will be in order |
| 1213 | 1213 | ** of timestamp with the most recent |
| 1214 | 1214 | ** first. |
| 1215 | -** --show-technote-ids The id of the tech note will be listed | |
| 1215 | +** -s|--show-technote-ids The id of the tech note will be listed | |
| 1216 | 1216 | ** along side the timestamp. The tech note |
| 1217 | 1217 | ** id will be the first word on each line. |
| 1218 | 1218 | ** This option only applies if the |
| 1219 | 1219 | ** --technote option is also specified. |
| 1220 | 1220 | ** |
| 1221 | 1221 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -1206,15 +1206,15 @@ | |
| 1206 | ** |
| 1207 | ** Lists all wiki entries, one per line, ordered |
| 1208 | ** case-insensitively by name. |
| 1209 | ** |
| 1210 | ** Options: |
| 1211 | ** --technote Technotes will be listed instead of |
| 1212 | ** pages. The technotes will be in order |
| 1213 | ** of timestamp with the most recent |
| 1214 | ** first. |
| 1215 | ** --show-technote-ids The id of the tech note will be listed |
| 1216 | ** along side the timestamp. The tech note |
| 1217 | ** id will be the first word on each line. |
| 1218 | ** This option only applies if the |
| 1219 | ** --technote option is also specified. |
| 1220 | ** |
| 1221 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -1206,15 +1206,15 @@ | |
| 1206 | ** |
| 1207 | ** Lists all wiki entries, one per line, ordered |
| 1208 | ** case-insensitively by name. |
| 1209 | ** |
| 1210 | ** Options: |
| 1211 | ** -t|--technote Technotes will be listed instead of |
| 1212 | ** pages. The technotes will be in order |
| 1213 | ** of timestamp with the most recent |
| 1214 | ** first. |
| 1215 | ** -s|--show-technote-ids The id of the tech note will be listed |
| 1216 | ** along side the timestamp. The tech note |
| 1217 | ** id will be the first word on each line. |
| 1218 | ** This option only applies if the |
| 1219 | ** --technote option is also specified. |
| 1220 | ** |
| 1221 |