Fossil SCM
Fix typos in the "zip" command help text.
Commit
76242c28a0a354d3fada3cb1fcc086186f7811f5
Parent
be1ef87613f23fa…
1 file changed
+2
-2
+2
-2
| --- src/zip.c | ||
| +++ src/zip.c | ||
| @@ -464,17 +464,17 @@ | ||
| 464 | 464 | ** Generate a ZIP archive for a checkin specified by the uuid= query parameter. |
| 465 | 465 | ** Return that ZIP archive as the HTTP reply content. |
| 466 | 466 | ** |
| 467 | 467 | ** Query parameters: |
| 468 | 468 | ** |
| 469 | -** name=NAME[.tar.gz] The base name of the output file. The default | |
| 469 | +** name=NAME[.zip] The base name of the output file. The default | |
| 470 | 470 | ** value is a configuration parameter in the project |
| 471 | 471 | ** settings. A prefix of the name, omitting the extension, |
| 472 | 472 | ** is used as the top-most directory name. |
| 473 | 473 | |
| 474 | 474 | ** |
| 475 | -** uuid=TAG The check-in that is turned into a tarball. | |
| 475 | +** uuid=TAG The check-in that is turned into a ZIP file. | |
| 476 | 476 | ** Defaults to "trunk". |
| 477 | 477 | ** |
| 478 | 478 | ** in=PATTERN Only include files that match the comma-separate |
| 479 | 479 | ** list of GLOB patterns in PATTERN, as with ex= |
| 480 | 480 | ** |
| 481 | 481 |
| --- src/zip.c | |
| +++ src/zip.c | |
| @@ -464,17 +464,17 @@ | |
| 464 | ** Generate a ZIP archive for a checkin specified by the uuid= query parameter. |
| 465 | ** Return that ZIP archive as the HTTP reply content. |
| 466 | ** |
| 467 | ** Query parameters: |
| 468 | ** |
| 469 | ** name=NAME[.tar.gz] The base name of the output file. The default |
| 470 | ** value is a configuration parameter in the project |
| 471 | ** settings. A prefix of the name, omitting the extension, |
| 472 | ** is used as the top-most directory name. |
| 473 | |
| 474 | ** |
| 475 | ** uuid=TAG The check-in that is turned into a tarball. |
| 476 | ** Defaults to "trunk". |
| 477 | ** |
| 478 | ** in=PATTERN Only include files that match the comma-separate |
| 479 | ** list of GLOB patterns in PATTERN, as with ex= |
| 480 | ** |
| 481 |
| --- src/zip.c | |
| +++ src/zip.c | |
| @@ -464,17 +464,17 @@ | |
| 464 | ** Generate a ZIP archive for a checkin specified by the uuid= query parameter. |
| 465 | ** Return that ZIP archive as the HTTP reply content. |
| 466 | ** |
| 467 | ** Query parameters: |
| 468 | ** |
| 469 | ** name=NAME[.zip] The base name of the output file. The default |
| 470 | ** value is a configuration parameter in the project |
| 471 | ** settings. A prefix of the name, omitting the extension, |
| 472 | ** is used as the top-most directory name. |
| 473 | |
| 474 | ** |
| 475 | ** uuid=TAG The check-in that is turned into a ZIP file. |
| 476 | ** Defaults to "trunk". |
| 477 | ** |
| 478 | ** in=PATTERN Only include files that match the comma-separate |
| 479 | ** list of GLOB patterns in PATTERN, as with ex= |
| 480 | ** |
| 481 |