Fossil SCM
Move each command-line option to their own paragraph, for consistency with the document structure in "Environment Variables and Global Options", as this seems easier to browse and search. The explicit line-break between the two options was wiped with automatic cleanup of trailing spaces by [e2751b18af].
Commit
14f2ba04368affd391fa9fabf6f8f0f8a860314dbf4b62243fb5f6ab33265d31
Parent
0be9a2dbb78b6f0…
1 file changed
+4
-2
+4
-2
| --- www/env-opts.md | ||
| +++ www/env-opts.md | ||
| @@ -31,12 +31,11 @@ | ||
| 31 | 31 | |
| 32 | 32 | `--chdir DIRECTORY`: Change to the named directory before processing |
| 33 | 33 | any commands. |
| 34 | 34 | |
| 35 | 35 | |
| 36 | -`--comfmtflags NUMBER` | |
| 37 | -`--comment-format NUMBER`: Specify flags that control how check-in comments | |
| 36 | +`--comfmtflags NUMBER`: Specify flags that control how check-in comments | |
| 38 | 37 | and certain other text outputs are formatted for display. The flags are |
| 39 | 38 | individual bits in `NUMBER`, which must be specified in base 10: |
| 40 | 39 | |
| 41 | 40 | * _0_ — Uses the revised algorithm with no special handling. |
| 42 | 41 | |
| @@ -56,10 +55,13 @@ | ||
| 56 | 55 | |
| 57 | 56 | * _16_ — Looks for the original comment text within the text being |
| 58 | 57 | printed. Upon matching, a new line will be emitted, thus |
| 59 | 58 | preserving more of the pre-existing formatting. |
| 60 | 59 | |
| 60 | + | |
| 61 | +`--comment-format NUMBER`: Alias for `--comfmtflags NUMBER`. | |
| 62 | + | |
| 61 | 63 | |
| 62 | 64 | `--errorlog ERRLOG`: Name a file to which fossil will log panics, |
| 63 | 65 | errors, and warnings. |
| 64 | 66 | |
| 65 | 67 | |
| 66 | 68 |
| --- www/env-opts.md | |
| +++ www/env-opts.md | |
| @@ -31,12 +31,11 @@ | |
| 31 | |
| 32 | `--chdir DIRECTORY`: Change to the named directory before processing |
| 33 | any commands. |
| 34 | |
| 35 | |
| 36 | `--comfmtflags NUMBER` |
| 37 | `--comment-format NUMBER`: Specify flags that control how check-in comments |
| 38 | and certain other text outputs are formatted for display. The flags are |
| 39 | individual bits in `NUMBER`, which must be specified in base 10: |
| 40 | |
| 41 | * _0_ — Uses the revised algorithm with no special handling. |
| 42 | |
| @@ -56,10 +55,13 @@ | |
| 56 | |
| 57 | * _16_ — Looks for the original comment text within the text being |
| 58 | printed. Upon matching, a new line will be emitted, thus |
| 59 | preserving more of the pre-existing formatting. |
| 60 | |
| 61 | |
| 62 | `--errorlog ERRLOG`: Name a file to which fossil will log panics, |
| 63 | errors, and warnings. |
| 64 | |
| 65 | |
| 66 |
| --- www/env-opts.md | |
| +++ www/env-opts.md | |
| @@ -31,12 +31,11 @@ | |
| 31 | |
| 32 | `--chdir DIRECTORY`: Change to the named directory before processing |
| 33 | any commands. |
| 34 | |
| 35 | |
| 36 | `--comfmtflags NUMBER`: Specify flags that control how check-in comments |
| 37 | and certain other text outputs are formatted for display. The flags are |
| 38 | individual bits in `NUMBER`, which must be specified in base 10: |
| 39 | |
| 40 | * _0_ — Uses the revised algorithm with no special handling. |
| 41 | |
| @@ -56,10 +55,13 @@ | |
| 55 | |
| 56 | * _16_ — Looks for the original comment text within the text being |
| 57 | printed. Upon matching, a new line will be emitted, thus |
| 58 | preserving more of the pre-existing formatting. |
| 59 | |
| 60 | |
| 61 | `--comment-format NUMBER`: Alias for `--comfmtflags NUMBER`. |
| 62 | |
| 63 | |
| 64 | `--errorlog ERRLOG`: Name a file to which fossil will log panics, |
| 65 | errors, and warnings. |
| 66 | |
| 67 | |
| 68 |