Fossil SCM
Help text improvements.
Commit
c5521b64290ff9803665d6730263ebce0bcd00e2d1ca78e050263e02b7570e8e
Parent
85e3340b37880a0…
1 file changed
+8
-8
+8
-8
| --- src/file.c | ||
| +++ src/file.c | ||
| @@ -1805,27 +1805,27 @@ | ||
| 1805 | 1805 | /* |
| 1806 | 1806 | ** COMMAND: touch* |
| 1807 | 1807 | ** |
| 1808 | 1808 | ** Usage: %fossil touch ?OPTIONS? |
| 1809 | 1809 | ** |
| 1810 | -** For each file in the current checkout matching one of the | |
| 1811 | -** comma-separated list of glob patterns, or all files if no glob is | |
| 1812 | -** provided, set the file's mtime to the time of the last checkin | |
| 1813 | -** which modified that file. | |
| 1810 | +** For each file in the current checkout matching one of the provided | |
| 1811 | +** list of glob patterns, or all files if no globs are provided, sets | |
| 1812 | +** the file's mtime to the time of the last checkin which modified | |
| 1813 | +** that file. | |
| 1814 | 1814 | ** |
| 1815 | 1815 | ** This command gets its name from the conventional Unix "touch" |
| 1816 | 1816 | ** command. |
| 1817 | 1817 | ** |
| 1818 | 1818 | ** Options: |
| 1819 | 1819 | ** -g GLOBLIST Comma-separated list of glob patterns. Default |
| 1820 | 1820 | ** is to touch all SCM-controlled files. |
| 1821 | 1821 | ** -G GLOBFILE Similar to -g but reads its globs from a |
| 1822 | 1822 | ** fossil-conventional glob list file. |
| 1823 | -** -v|-verbose If true, outputs information about its globs | |
| 1824 | -** and each file it touches. | |
| 1825 | -** -n|--dry-run If given, outputs which files would | |
| 1826 | -** require touching, but does not touch them. | |
| 1823 | +** -v|-verbose Outputs information about its globs and each | |
| 1824 | +** file it touches. | |
| 1825 | +** -n|--dry-run Outputs which files would require touching, | |
| 1826 | +** but does not touch them. | |
| 1827 | 1827 | ** |
| 1828 | 1828 | ** Only one of -g or -G may be used. |
| 1829 | 1829 | ** |
| 1830 | 1830 | */ |
| 1831 | 1831 | void touch_cmd(){ |
| 1832 | 1832 |
| --- src/file.c | |
| +++ src/file.c | |
| @@ -1805,27 +1805,27 @@ | |
| 1805 | /* |
| 1806 | ** COMMAND: touch* |
| 1807 | ** |
| 1808 | ** Usage: %fossil touch ?OPTIONS? |
| 1809 | ** |
| 1810 | ** For each file in the current checkout matching one of the |
| 1811 | ** comma-separated list of glob patterns, or all files if no glob is |
| 1812 | ** provided, set the file's mtime to the time of the last checkin |
| 1813 | ** which modified that file. |
| 1814 | ** |
| 1815 | ** This command gets its name from the conventional Unix "touch" |
| 1816 | ** command. |
| 1817 | ** |
| 1818 | ** Options: |
| 1819 | ** -g GLOBLIST Comma-separated list of glob patterns. Default |
| 1820 | ** is to touch all SCM-controlled files. |
| 1821 | ** -G GLOBFILE Similar to -g but reads its globs from a |
| 1822 | ** fossil-conventional glob list file. |
| 1823 | ** -v|-verbose If true, outputs information about its globs |
| 1824 | ** and each file it touches. |
| 1825 | ** -n|--dry-run If given, outputs which files would |
| 1826 | ** require touching, but does not touch them. |
| 1827 | ** |
| 1828 | ** Only one of -g or -G may be used. |
| 1829 | ** |
| 1830 | */ |
| 1831 | void touch_cmd(){ |
| 1832 |
| --- src/file.c | |
| +++ src/file.c | |
| @@ -1805,27 +1805,27 @@ | |
| 1805 | /* |
| 1806 | ** COMMAND: touch* |
| 1807 | ** |
| 1808 | ** Usage: %fossil touch ?OPTIONS? |
| 1809 | ** |
| 1810 | ** For each file in the current checkout matching one of the provided |
| 1811 | ** list of glob patterns, or all files if no globs are provided, sets |
| 1812 | ** the file's mtime to the time of the last checkin which modified |
| 1813 | ** that file. |
| 1814 | ** |
| 1815 | ** This command gets its name from the conventional Unix "touch" |
| 1816 | ** command. |
| 1817 | ** |
| 1818 | ** Options: |
| 1819 | ** -g GLOBLIST Comma-separated list of glob patterns. Default |
| 1820 | ** is to touch all SCM-controlled files. |
| 1821 | ** -G GLOBFILE Similar to -g but reads its globs from a |
| 1822 | ** fossil-conventional glob list file. |
| 1823 | ** -v|-verbose Outputs information about its globs and each |
| 1824 | ** file it touches. |
| 1825 | ** -n|--dry-run Outputs which files would require touching, |
| 1826 | ** but does not touch them. |
| 1827 | ** |
| 1828 | ** Only one of -g or -G may be used. |
| 1829 | ** |
| 1830 | */ |
| 1831 | void touch_cmd(){ |
| 1832 |