Fossil SCM
Help text: swapped a few more long/short flags to short/long for consistency.
Commit
ba7b4317926cd7d4bc17d288a0a041dd19e542e48fdaf6b965c581b3ccc95682
Parent
90ae5bbf9466e29…
3 files changed
+3
-3
+1
-1
+1
-1
+3
-3
| --- src/export.c | ||
| +++ src/export.c | ||
| @@ -1812,20 +1812,20 @@ | ||
| 1812 | 1812 | ** URL is remembered and used on subsequent exports |
| 1813 | 1813 | ** to the same repository. Or if URL is "off" the |
| 1814 | 1814 | ** auto-push mechanism is disabled |
| 1815 | 1815 | ** --debug FILE Write fast-export text to FILE rather than |
| 1816 | 1816 | ** 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 | |
| 1818 | 1818 | ** --if-mirrored No-op if the mirror does not already exist. |
| 1819 | 1819 | ** --limit N Add no more than N new check-ins to MIRROR. |
| 1820 | 1820 | ** Useful for debugging |
| 1821 | 1821 | ** --mainbranch NAME Use NAME as the name of the main branch in Git. |
| 1822 | 1822 | ** The "trunk" branch of the Fossil repository is |
| 1823 | 1823 | ** mapped into this name. "master" is used if |
| 1824 | 1824 | ** 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. | |
| 1827 | 1827 | ** |
| 1828 | 1828 | ** > fossil git import MIRROR |
| 1829 | 1829 | ** |
| 1830 | 1830 | ** TBD... |
| 1831 | 1831 | ** |
| 1832 | 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 | ** --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 @@ | ||
| 2288 | 2288 | ** -C|--checkout Stamp each affected file with the time of the |
| 2289 | 2289 | ** currently-checked-out version. |
| 2290 | 2290 | ** -g GLOBLIST Comma-separated list of glob patterns. |
| 2291 | 2291 | ** -G GLOBFILE Similar to -g but reads its globs from a |
| 2292 | 2292 | ** fossil-conventional glob list file. |
| 2293 | -** -v|-verbose Outputs extra information about its globs | |
| 2293 | +** -v|--verbose Outputs extra information about its globs | |
| 2294 | 2294 | ** and each file it touches. |
| 2295 | 2295 | ** -n|--dry-run Outputs which files would require touching, |
| 2296 | 2296 | ** but does not touch them. |
| 2297 | 2297 | ** -q|--quiet Suppress warnings, e.g. when skipping unmanaged |
| 2298 | 2298 | ** or out-of-tree files. |
| 2299 | 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 |
| --- 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 @@ | ||
| 1272 | 1272 | |
| 1273 | 1273 | |
| 1274 | 1274 | /* |
| 1275 | 1275 | ** COMMAND: version |
| 1276 | 1276 | ** |
| 1277 | -** Usage: %fossil version ?-v|-verbose? | |
| 1277 | +** Usage: %fossil version ?-v|--verbose? | |
| 1278 | 1278 | ** |
| 1279 | 1279 | ** Print the source code version number for the fossil executable. |
| 1280 | 1280 | ** If the verbose option is specified, additional details will |
| 1281 | 1281 | ** be output about what optional features this binary was compiled |
| 1282 | 1282 | ** with |
| 1283 | 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 |
| --- 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 |