Fossil SCM
Fix a spelling in help text of 'tag branch'.
Commit
56177cfe12dec52a02a8fb399c82287a86216992
Parent
c887b2b66e643ef…
1 file changed
+1
-1
+1
-1
| --- src/tag.c | ||
| +++ src/tag.c | ||
| @@ -414,11 +414,11 @@ | ||
| 414 | 414 | ** fossil update decaf |
| 415 | 415 | ** |
| 416 | 416 | ** will be taken as a UUID and fossil will probably complain |
| 417 | 417 | ** that no such revision was found. However |
| 418 | 418 | ** |
| 419 | -** fossil update tag:cfcfcfee | |
| 419 | +** fossil update tag:decaf | |
| 420 | 420 | ** |
| 421 | 421 | ** will assume that "decaf" is a tag/branch name. |
| 422 | 422 | ** |
| 423 | 423 | */ |
| 424 | 424 | void tag_cmd(void){ |
| 425 | 425 |
| --- src/tag.c | |
| +++ src/tag.c | |
| @@ -414,11 +414,11 @@ | |
| 414 | ** fossil update decaf |
| 415 | ** |
| 416 | ** will be taken as a UUID and fossil will probably complain |
| 417 | ** that no such revision was found. However |
| 418 | ** |
| 419 | ** fossil update tag:cfcfcfee |
| 420 | ** |
| 421 | ** will assume that "decaf" is a tag/branch name. |
| 422 | ** |
| 423 | */ |
| 424 | void tag_cmd(void){ |
| 425 |
| --- src/tag.c | |
| +++ src/tag.c | |
| @@ -414,11 +414,11 @@ | |
| 414 | ** fossil update decaf |
| 415 | ** |
| 416 | ** will be taken as a UUID and fossil will probably complain |
| 417 | ** that no such revision was found. However |
| 418 | ** |
| 419 | ** fossil update tag:decaf |
| 420 | ** |
| 421 | ** will assume that "decaf" is a tag/branch name. |
| 422 | ** |
| 423 | */ |
| 424 | void tag_cmd(void){ |
| 425 |