Fossil SCM
Fix a typo in the built-in documentation for the "tarball" command.
Commit
e0da91e96fc855c9c11e32505c773a8dc6df5c0e
Parent
63220d9403f97b6…
1 file changed
+1
-1
+1
-1
| --- src/tar.c | ||
| +++ src/tar.c | ||
| @@ -549,11 +549,11 @@ | ||
| 549 | 549 | ** Usage: %fossil tarball VERSION OUTPUTFILE |
| 550 | 550 | ** |
| 551 | 551 | ** Generate a compressed tarball for a specified version. If the --name |
| 552 | 552 | ** option is used, its argument becomes the name of the top-level directory |
| 553 | 553 | ** in the resulting tarball. If --name is omitted, the top-level directory |
| 554 | -** named is derived from the project name, the check-in date and time, and | |
| 554 | +** name is derived from the project name, the check-in date and time, and | |
| 555 | 555 | ** the artifact ID of the check-in. |
| 556 | 556 | ** |
| 557 | 557 | ** The GLOBLIST argument to --exclude and --include can be a comma-separated |
| 558 | 558 | ** list of glob patterns, where each glob pattern may optionally be enclosed |
| 559 | 559 | ** in "..." or '...' so that it may contain commas. If a file matches both |
| 560 | 560 |
| --- src/tar.c | |
| +++ src/tar.c | |
| @@ -549,11 +549,11 @@ | |
| 549 | ** Usage: %fossil tarball VERSION OUTPUTFILE |
| 550 | ** |
| 551 | ** Generate a compressed tarball for a specified version. If the --name |
| 552 | ** option is used, its argument becomes the name of the top-level directory |
| 553 | ** in the resulting tarball. If --name is omitted, the top-level directory |
| 554 | ** named is derived from the project name, the check-in date and time, and |
| 555 | ** the artifact ID of the check-in. |
| 556 | ** |
| 557 | ** The GLOBLIST argument to --exclude and --include can be a comma-separated |
| 558 | ** list of glob patterns, where each glob pattern may optionally be enclosed |
| 559 | ** in "..." or '...' so that it may contain commas. If a file matches both |
| 560 |
| --- src/tar.c | |
| +++ src/tar.c | |
| @@ -549,11 +549,11 @@ | |
| 549 | ** Usage: %fossil tarball VERSION OUTPUTFILE |
| 550 | ** |
| 551 | ** Generate a compressed tarball for a specified version. If the --name |
| 552 | ** option is used, its argument becomes the name of the top-level directory |
| 553 | ** in the resulting tarball. If --name is omitted, the top-level directory |
| 554 | ** name is derived from the project name, the check-in date and time, and |
| 555 | ** the artifact ID of the check-in. |
| 556 | ** |
| 557 | ** The GLOBLIST argument to --exclude and --include can be a comma-separated |
| 558 | ** list of glob patterns, where each glob pattern may optionally be enclosed |
| 559 | ** in "..." or '...' so that it may contain commas. If a file matches both |
| 560 |