Fossil SCM
Correction to spelling in zip/tarball command help.
Commit
d708847ea29822add0dbfc8e996f14c0bcd75b26b7bd91ed7d463768be880c68
Parent
3a24a52ee67312a…
2 files changed
+1
-1
+2
-2
+1
-1
| --- src/tar.c | ||
| +++ src/tar.c | ||
| @@ -605,11 +605,11 @@ | ||
| 605 | 605 | ** in "..." or '...' so that it may contain commas. If a file matches both |
| 606 | 606 | ** --include and --exclude then it is excluded. |
| 607 | 607 | ** |
| 608 | 608 | ** If OUTPUTFILE is an empty string or "/dev/null" then no tarball is |
| 609 | 609 | ** actually generated. This feature can be used in combination with |
| 610 | -** the --list option to get a list of the filename that would be in the | |
| 610 | +** the --list option to get a list of the filenames that would be in the | |
| 611 | 611 | ** tarball had it actually been generated. Note that --list shows only |
| 612 | 612 | ** filenames. "tar tzf" shows both filesnames and subdirectory names. |
| 613 | 613 | ** |
| 614 | 614 | ** Options: |
| 615 | 615 | ** -X|--exclude GLOBLIST Comma-separated list of GLOBs of files to exclude |
| 616 | 616 |
| --- src/tar.c | |
| +++ src/tar.c | |
| @@ -605,11 +605,11 @@ | |
| 605 | ** in "..." or '...' so that it may contain commas. If a file matches both |
| 606 | ** --include and --exclude then it is excluded. |
| 607 | ** |
| 608 | ** If OUTPUTFILE is an empty string or "/dev/null" then no tarball is |
| 609 | ** actually generated. This feature can be used in combination with |
| 610 | ** the --list option to get a list of the filename that would be in the |
| 611 | ** tarball had it actually been generated. Note that --list shows only |
| 612 | ** filenames. "tar tzf" shows both filesnames and subdirectory names. |
| 613 | ** |
| 614 | ** Options: |
| 615 | ** -X|--exclude GLOBLIST Comma-separated list of GLOBs of files to exclude |
| 616 |
| --- src/tar.c | |
| +++ src/tar.c | |
| @@ -605,11 +605,11 @@ | |
| 605 | ** in "..." or '...' so that it may contain commas. If a file matches both |
| 606 | ** --include and --exclude then it is excluded. |
| 607 | ** |
| 608 | ** If OUTPUTFILE is an empty string or "/dev/null" then no tarball is |
| 609 | ** actually generated. This feature can be used in combination with |
| 610 | ** the --list option to get a list of the filenames that would be in the |
| 611 | ** tarball had it actually been generated. Note that --list shows only |
| 612 | ** filenames. "tar tzf" shows both filesnames and subdirectory names. |
| 613 | ** |
| 614 | ** Options: |
| 615 | ** -X|--exclude GLOBLIST Comma-separated list of GLOBs of files to exclude |
| 616 |
+2
-2
| --- src/zip.c | ||
| +++ src/zip.c | ||
| @@ -814,11 +814,11 @@ | ||
| 814 | 814 | ** in "..." or '...' so that it may contain commas. If a file matches both |
| 815 | 815 | ** --include and --exclude then it is excluded. |
| 816 | 816 | ** |
| 817 | 817 | ** If OUTPUTFILE is an empty string or "/dev/null" then no ZIP archive is |
| 818 | 818 | ** actually generated. This feature can be used in combination with |
| 819 | -** the --list option to get a list of the filename that would be in the | |
| 819 | +** the --list option to get a list of the filenames that would be in the | |
| 820 | 820 | ** ZIP archive had it actually been generated. |
| 821 | 821 | ** |
| 822 | 822 | ** Options: |
| 823 | 823 | ** -X|--exclude GLOBLIST Comma-separated list of GLOBs of files to exclude |
| 824 | 824 | ** --include GLOBLIST Comma-separated list of GLOBs of files to include |
| @@ -846,11 +846,11 @@ | ||
| 846 | 846 | ** in "..." or '...' so that it may contain commas. If a file matches both |
| 847 | 847 | ** --include and --exclude then it is excluded. |
| 848 | 848 | ** |
| 849 | 849 | ** If OUTPUTFILE is an empty string or "/dev/null" then no SQLAR archive is |
| 850 | 850 | ** actually generated. This feature can be used in combination with |
| 851 | -** the --list option to get a list of the filename that would be in the | |
| 851 | +** the --list option to get a list of the filenames that would be in the | |
| 852 | 852 | ** SQLAR archive had it actually been generated. |
| 853 | 853 | ** |
| 854 | 854 | ** Options: |
| 855 | 855 | ** -X|--exclude GLOBLIST Comma-separated list of GLOBs of files to exclude |
| 856 | 856 | ** --include GLOBLIST Comma-separated list of GLOBs of files to include |
| 857 | 857 |
| --- src/zip.c | |
| +++ src/zip.c | |
| @@ -814,11 +814,11 @@ | |
| 814 | ** in "..." or '...' so that it may contain commas. If a file matches both |
| 815 | ** --include and --exclude then it is excluded. |
| 816 | ** |
| 817 | ** If OUTPUTFILE is an empty string or "/dev/null" then no ZIP archive is |
| 818 | ** actually generated. This feature can be used in combination with |
| 819 | ** the --list option to get a list of the filename that would be in the |
| 820 | ** ZIP archive had it actually been generated. |
| 821 | ** |
| 822 | ** Options: |
| 823 | ** -X|--exclude GLOBLIST Comma-separated list of GLOBs of files to exclude |
| 824 | ** --include GLOBLIST Comma-separated list of GLOBs of files to include |
| @@ -846,11 +846,11 @@ | |
| 846 | ** in "..." or '...' so that it may contain commas. If a file matches both |
| 847 | ** --include and --exclude then it is excluded. |
| 848 | ** |
| 849 | ** If OUTPUTFILE is an empty string or "/dev/null" then no SQLAR archive is |
| 850 | ** actually generated. This feature can be used in combination with |
| 851 | ** the --list option to get a list of the filename that would be in the |
| 852 | ** SQLAR archive had it actually been generated. |
| 853 | ** |
| 854 | ** Options: |
| 855 | ** -X|--exclude GLOBLIST Comma-separated list of GLOBs of files to exclude |
| 856 | ** --include GLOBLIST Comma-separated list of GLOBs of files to include |
| 857 |
| --- src/zip.c | |
| +++ src/zip.c | |
| @@ -814,11 +814,11 @@ | |
| 814 | ** in "..." or '...' so that it may contain commas. If a file matches both |
| 815 | ** --include and --exclude then it is excluded. |
| 816 | ** |
| 817 | ** If OUTPUTFILE is an empty string or "/dev/null" then no ZIP archive is |
| 818 | ** actually generated. This feature can be used in combination with |
| 819 | ** the --list option to get a list of the filenames that would be in the |
| 820 | ** ZIP archive had it actually been generated. |
| 821 | ** |
| 822 | ** Options: |
| 823 | ** -X|--exclude GLOBLIST Comma-separated list of GLOBs of files to exclude |
| 824 | ** --include GLOBLIST Comma-separated list of GLOBs of files to include |
| @@ -846,11 +846,11 @@ | |
| 846 | ** in "..." or '...' so that it may contain commas. If a file matches both |
| 847 | ** --include and --exclude then it is excluded. |
| 848 | ** |
| 849 | ** If OUTPUTFILE is an empty string or "/dev/null" then no SQLAR archive is |
| 850 | ** actually generated. This feature can be used in combination with |
| 851 | ** the --list option to get a list of the filenames that would be in the |
| 852 | ** SQLAR archive had it actually been generated. |
| 853 | ** |
| 854 | ** Options: |
| 855 | ** -X|--exclude GLOBLIST Comma-separated list of GLOBs of files to exclude |
| 856 | ** --include GLOBLIST Comma-separated list of GLOBs of files to include |
| 857 |