Fossil SCM
Typo fix in the 'timeline' command's help as per forum post [forum:27bc0a9716].
Commit
c8a39b661bf488cba0689c9d50615c090fb43f661c147a812a803b7f01307f86
Parent
ffd32a9f70172ea…
1 file changed
+1
-1
+1
-1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -3146,11 +3146,11 @@ | ||
| 3146 | 3146 | ** w = wiki commits only |
| 3147 | 3147 | ** -v|--verbose Output the list of files changed by each commit |
| 3148 | 3148 | ** and the type of each change (edited, deleted, |
| 3149 | 3149 | ** etc.) after the check-in comment. |
| 3150 | 3150 | ** -W|--width N Width of lines (default is to auto-detect). N must be |
| 3151 | -** either greater than 20 or it ust be zero 0 to | |
| 3151 | +** either greater than 20 or it must be zero 0 to | |
| 3152 | 3152 | ** indicate no limit, resulting in a single line per |
| 3153 | 3153 | ** entry. |
| 3154 | 3154 | */ |
| 3155 | 3155 | void timeline_cmd(void){ |
| 3156 | 3156 | Stmt q; |
| 3157 | 3157 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -3146,11 +3146,11 @@ | |
| 3146 | ** w = wiki commits only |
| 3147 | ** -v|--verbose Output the list of files changed by each commit |
| 3148 | ** and the type of each change (edited, deleted, |
| 3149 | ** etc.) after the check-in comment. |
| 3150 | ** -W|--width N Width of lines (default is to auto-detect). N must be |
| 3151 | ** either greater than 20 or it ust be zero 0 to |
| 3152 | ** indicate no limit, resulting in a single line per |
| 3153 | ** entry. |
| 3154 | */ |
| 3155 | void timeline_cmd(void){ |
| 3156 | Stmt q; |
| 3157 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -3146,11 +3146,11 @@ | |
| 3146 | ** w = wiki commits only |
| 3147 | ** -v|--verbose Output the list of files changed by each commit |
| 3148 | ** and the type of each change (edited, deleted, |
| 3149 | ** etc.) after the check-in comment. |
| 3150 | ** -W|--width N Width of lines (default is to auto-detect). N must be |
| 3151 | ** either greater than 20 or it must be zero 0 to |
| 3152 | ** indicate no limit, resulting in a single line per |
| 3153 | ** entry. |
| 3154 | */ |
| 3155 | void timeline_cmd(void){ |
| 3156 | Stmt q; |
| 3157 |