Fossil SCM
Grammar tweak
Commit
161309b1fc7eb21a26c5f7358186423b6ff321d33f9bf779f732d1af41d6ca06
Parent
cff5d12696f5f3e…
1 file changed
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2380,11 +2380,11 @@ | ||
| 2380 | 2380 | ** |
| 2381 | 2381 | ** Options: |
| 2382 | 2382 | ** --template FILE Copy settings from repository file |
| 2383 | 2383 | ** --admin-user|-A USERNAME Select given USERNAME as admin user |
| 2384 | 2384 | ** --date-override DATETIME Use DATETIME as time of the initial check-in |
| 2385 | -** --sha1 Use a initial hash policy of "sha1" | |
| 2385 | +** --sha1 Use an initial hash policy of "sha1" | |
| 2386 | 2386 | ** |
| 2387 | 2387 | ** DATETIME may be "now" or "YYYY-MM-DDTHH:MM:SS.SSS". If in |
| 2388 | 2388 | ** year-month-day form, it may be truncated, the "T" may be replaced by |
| 2389 | 2389 | ** a space, and it may also name a timezone offset from UTC as "-HH:MM" |
| 2390 | 2390 | ** (westward) or "+HH:MM" (eastward). Either no timezone suffix or "Z" |
| 2391 | 2391 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2380,11 +2380,11 @@ | |
| 2380 | ** |
| 2381 | ** Options: |
| 2382 | ** --template FILE Copy settings from repository file |
| 2383 | ** --admin-user|-A USERNAME Select given USERNAME as admin user |
| 2384 | ** --date-override DATETIME Use DATETIME as time of the initial check-in |
| 2385 | ** --sha1 Use a initial hash policy of "sha1" |
| 2386 | ** |
| 2387 | ** DATETIME may be "now" or "YYYY-MM-DDTHH:MM:SS.SSS". If in |
| 2388 | ** year-month-day form, it may be truncated, the "T" may be replaced by |
| 2389 | ** a space, and it may also name a timezone offset from UTC as "-HH:MM" |
| 2390 | ** (westward) or "+HH:MM" (eastward). Either no timezone suffix or "Z" |
| 2391 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2380,11 +2380,11 @@ | |
| 2380 | ** |
| 2381 | ** Options: |
| 2382 | ** --template FILE Copy settings from repository file |
| 2383 | ** --admin-user|-A USERNAME Select given USERNAME as admin user |
| 2384 | ** --date-override DATETIME Use DATETIME as time of the initial check-in |
| 2385 | ** --sha1 Use an initial hash policy of "sha1" |
| 2386 | ** |
| 2387 | ** DATETIME may be "now" or "YYYY-MM-DDTHH:MM:SS.SSS". If in |
| 2388 | ** year-month-day form, it may be truncated, the "T" may be replaced by |
| 2389 | ** a space, and it may also name a timezone offset from UTC as "-HH:MM" |
| 2390 | ** (westward) or "+HH:MM" (eastward). Either no timezone suffix or "Z" |
| 2391 |