Fossil SCM

Help text improvements.

stephan 2019-06-13 08:20 touch-command
Commit c5521b64290ff9803665d6730263ebce0bcd00e2d1ca78e050263e02b7570e8e
1 file changed +8 -8
+8 -8
--- src/file.c
+++ src/file.c
@@ -1805,27 +1805,27 @@
18051805
/*
18061806
** COMMAND: touch*
18071807
**
18081808
** Usage: %fossil touch ?OPTIONS?
18091809
**
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.
18141814
**
18151815
** This command gets its name from the conventional Unix "touch"
18161816
** command.
18171817
**
18181818
** Options:
18191819
** -g GLOBLIST Comma-separated list of glob patterns. Default
18201820
** is to touch all SCM-controlled files.
18211821
** -G GLOBFILE Similar to -g but reads its globs from a
18221822
** 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.
18271827
**
18281828
** Only one of -g or -G may be used.
18291829
**
18301830
*/
18311831
void touch_cmd(){
18321832
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button