Fossil SCM

Help text: swapped a few more long/short flags to short/long for consistency.

stephan 2021-02-06 06:58 trunk
Commit ba7b4317926cd7d4bc17d288a0a041dd19e542e48fdaf6b965c581b3ccc95682
3 files changed +3 -3 +1 -1 +1 -1
+3 -3
--- src/export.c
+++ src/export.c
@@ -1812,20 +1812,20 @@
18121812
** URL is remembered and used on subsequent exports
18131813
** to the same repository. Or if URL is "off" the
18141814
** auto-push mechanism is disabled
18151815
** --debug FILE Write fast-export text to FILE rather than
18161816
** piping it into "git fast-import".
1817
-** --force|-f Do the export even if nothing has changed
1817
+** -f|--force Do the export even if nothing has changed
18181818
** --if-mirrored No-op if the mirror does not already exist.
18191819
** --limit N Add no more than N new check-ins to MIRROR.
18201820
** Useful for debugging
18211821
** --mainbranch NAME Use NAME as the name of the main branch in Git.
18221822
** The "trunk" branch of the Fossil repository is
18231823
** mapped into this name. "master" is used if
18241824
** this option is omitted.
1825
-** --quiet|-q Reduce output. Repeat for even less output.
1826
-** --verbose|-v More output.
1825
+** -q|--quiet Reduce output. Repeat for even less output.
1826
+** -v|--verbose More output.
18271827
**
18281828
** > fossil git import MIRROR
18291829
**
18301830
** TBD...
18311831
**
18321832
--- src/export.c
+++ src/export.c
@@ -1812,20 +1812,20 @@
1812 ** URL is remembered and used on subsequent exports
1813 ** to the same repository. Or if URL is "off" the
1814 ** auto-push mechanism is disabled
1815 ** --debug FILE Write fast-export text to FILE rather than
1816 ** piping it into "git fast-import".
1817 ** --force|-f Do the export even if nothing has changed
1818 ** --if-mirrored No-op if the mirror does not already exist.
1819 ** --limit N Add no more than N new check-ins to MIRROR.
1820 ** Useful for debugging
1821 ** --mainbranch NAME Use NAME as the name of the main branch in Git.
1822 ** The "trunk" branch of the Fossil repository is
1823 ** mapped into this name. "master" is used if
1824 ** this option is omitted.
1825 ** --quiet|-q Reduce output. Repeat for even less output.
1826 ** --verbose|-v More output.
1827 **
1828 ** > fossil git import MIRROR
1829 **
1830 ** TBD...
1831 **
1832
--- src/export.c
+++ src/export.c
@@ -1812,20 +1812,20 @@
1812 ** URL is remembered and used on subsequent exports
1813 ** to the same repository. Or if URL is "off" the
1814 ** auto-push mechanism is disabled
1815 ** --debug FILE Write fast-export text to FILE rather than
1816 ** piping it into "git fast-import".
1817 ** -f|--force Do the export even if nothing has changed
1818 ** --if-mirrored No-op if the mirror does not already exist.
1819 ** --limit N Add no more than N new check-ins to MIRROR.
1820 ** Useful for debugging
1821 ** --mainbranch NAME Use NAME as the name of the main branch in Git.
1822 ** The "trunk" branch of the Fossil repository is
1823 ** mapped into this name. "master" is used if
1824 ** this option is omitted.
1825 ** -q|--quiet Reduce output. Repeat for even less output.
1826 ** -v|--verbose More output.
1827 **
1828 ** > fossil git import MIRROR
1829 **
1830 ** TBD...
1831 **
1832
+1 -1
--- src/file.c
+++ src/file.c
@@ -2288,11 +2288,11 @@
22882288
** -C|--checkout Stamp each affected file with the time of the
22892289
** currently-checked-out version.
22902290
** -g GLOBLIST Comma-separated list of glob patterns.
22912291
** -G GLOBFILE Similar to -g but reads its globs from a
22922292
** fossil-conventional glob list file.
2293
-** -v|-verbose Outputs extra information about its globs
2293
+** -v|--verbose Outputs extra information about its globs
22942294
** and each file it touches.
22952295
** -n|--dry-run Outputs which files would require touching,
22962296
** but does not touch them.
22972297
** -q|--quiet Suppress warnings, e.g. when skipping unmanaged
22982298
** or out-of-tree files.
22992299
--- src/file.c
+++ src/file.c
@@ -2288,11 +2288,11 @@
2288 ** -C|--checkout Stamp each affected file with the time of the
2289 ** currently-checked-out version.
2290 ** -g GLOBLIST Comma-separated list of glob patterns.
2291 ** -G GLOBFILE Similar to -g but reads its globs from a
2292 ** fossil-conventional glob list file.
2293 ** -v|-verbose Outputs extra information about its globs
2294 ** and each file it touches.
2295 ** -n|--dry-run Outputs which files would require touching,
2296 ** but does not touch them.
2297 ** -q|--quiet Suppress warnings, e.g. when skipping unmanaged
2298 ** or out-of-tree files.
2299
--- src/file.c
+++ src/file.c
@@ -2288,11 +2288,11 @@
2288 ** -C|--checkout Stamp each affected file with the time of the
2289 ** currently-checked-out version.
2290 ** -g GLOBLIST Comma-separated list of glob patterns.
2291 ** -G GLOBFILE Similar to -g but reads its globs from a
2292 ** fossil-conventional glob list file.
2293 ** -v|--verbose Outputs extra information about its globs
2294 ** and each file it touches.
2295 ** -n|--dry-run Outputs which files would require touching,
2296 ** but does not touch them.
2297 ** -q|--quiet Suppress warnings, e.g. when skipping unmanaged
2298 ** or out-of-tree files.
2299
+1 -1
--- src/main.c
+++ src/main.c
@@ -1272,11 +1272,11 @@
12721272
12731273
12741274
/*
12751275
** COMMAND: version
12761276
**
1277
-** Usage: %fossil version ?-v|-verbose?
1277
+** Usage: %fossil version ?-v|--verbose?
12781278
**
12791279
** Print the source code version number for the fossil executable.
12801280
** If the verbose option is specified, additional details will
12811281
** be output about what optional features this binary was compiled
12821282
** with
12831283
--- src/main.c
+++ src/main.c
@@ -1272,11 +1272,11 @@
1272
1273
1274 /*
1275 ** COMMAND: version
1276 **
1277 ** Usage: %fossil version ?-v|-verbose?
1278 **
1279 ** Print the source code version number for the fossil executable.
1280 ** If the verbose option is specified, additional details will
1281 ** be output about what optional features this binary was compiled
1282 ** with
1283
--- src/main.c
+++ src/main.c
@@ -1272,11 +1272,11 @@
1272
1273
1274 /*
1275 ** COMMAND: version
1276 **
1277 ** Usage: %fossil version ?-v|--verbose?
1278 **
1279 ** Print the source code version number for the fossil executable.
1280 ** If the verbose option is specified, additional details will
1281 ** be output about what optional features this binary was compiled
1282 ** with
1283

Keyboard Shortcuts

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