Fossil SCM
Fix typo in help text for fossil tag
Commit
405a93e4dcc211cee7ace742723a3be66425790e
Parent
5c8bdd00c2d88d9…
1 file changed
+1
-1
+1
-1
| --- src/tag.c | ||
| +++ src/tag.c | ||
| @@ -381,11 +381,11 @@ | ||
| 381 | 381 | ** Options: |
| 382 | 382 | ** --raw Raw tag name. |
| 383 | 383 | ** --propagate Propagating tag. |
| 384 | 384 | ** --date-override DATETIME Set date and time added. |
| 385 | 385 | ** --user-override USER Name USER when adding the tag. |
| 386 | -** --dryrun|-n Display the tag text, but to not | |
| 386 | +** --dryrun|-n Display the tag text, but do not | |
| 387 | 387 | ** actually insert it into the database. |
| 388 | 388 | ** |
| 389 | 389 | ** The --date-override and --user-override options support |
| 390 | 390 | ** importing history from other SCM systems. DATETIME has |
| 391 | 391 | ** the form 'YYYY-MMM-DD HH:MM:SS'. |
| 392 | 392 |
| --- src/tag.c | |
| +++ src/tag.c | |
| @@ -381,11 +381,11 @@ | |
| 381 | ** Options: |
| 382 | ** --raw Raw tag name. |
| 383 | ** --propagate Propagating tag. |
| 384 | ** --date-override DATETIME Set date and time added. |
| 385 | ** --user-override USER Name USER when adding the tag. |
| 386 | ** --dryrun|-n Display the tag text, but to not |
| 387 | ** actually insert it into the database. |
| 388 | ** |
| 389 | ** The --date-override and --user-override options support |
| 390 | ** importing history from other SCM systems. DATETIME has |
| 391 | ** the form 'YYYY-MMM-DD HH:MM:SS'. |
| 392 |
| --- src/tag.c | |
| +++ src/tag.c | |
| @@ -381,11 +381,11 @@ | |
| 381 | ** Options: |
| 382 | ** --raw Raw tag name. |
| 383 | ** --propagate Propagating tag. |
| 384 | ** --date-override DATETIME Set date and time added. |
| 385 | ** --user-override USER Name USER when adding the tag. |
| 386 | ** --dryrun|-n Display the tag text, but do not |
| 387 | ** actually insert it into the database. |
| 388 | ** |
| 389 | ** The --date-override and --user-override options support |
| 390 | ** importing history from other SCM systems. DATETIME has |
| 391 | ** the form 'YYYY-MMM-DD HH:MM:SS'. |
| 392 |