Fossil SCM
Fix typo, remove period for consistency with other help
Commit
80ca317ac5f3165f13b0aa939e6e6e0d458303ee3687d37afd74071b9974707e
Parent
c840617b8b765da…
1 file changed
+2
-2
+2
-2
| --- src/sync.c | ||
| +++ src/sync.c | ||
| @@ -505,20 +505,20 @@ | ||
| 505 | 505 | ** |
| 506 | 506 | ** Usage: %fossil backup ?OPTIONS? FILE|DIRECTORY |
| 507 | 507 | ** |
| 508 | 508 | ** Make a backup of the repository into the named file or into the named |
| 509 | 509 | ** directory. This backup is guaranteed to be consistent even if there are |
| 510 | -** concurrent chnages taking place on the repository. In other words, it | |
| 510 | +** concurrent changes taking place on the repository. In other words, it | |
| 511 | 511 | ** is safe to run "fossil backup" on a repository that is in active use. |
| 512 | 512 | ** |
| 513 | 513 | ** Only the main repository database is backed up by this command. The |
| 514 | 514 | ** open checkout file (if any) is not saved. Nor is the global configuration |
| 515 | 515 | ** database. |
| 516 | 516 | ** |
| 517 | 517 | ** Options: |
| 518 | 518 | ** |
| 519 | -** --overwrite OK to overwrite an existing file. | |
| 519 | +** --overwrite OK to overwrite an existing file | |
| 520 | 520 | ** -R NAME Filename of the repository to backup |
| 521 | 521 | */ |
| 522 | 522 | void backup_cmd(void){ |
| 523 | 523 | char *zDest; |
| 524 | 524 | int bOverwrite = 0; |
| 525 | 525 |
| --- src/sync.c | |
| +++ src/sync.c | |
| @@ -505,20 +505,20 @@ | |
| 505 | ** |
| 506 | ** Usage: %fossil backup ?OPTIONS? FILE|DIRECTORY |
| 507 | ** |
| 508 | ** Make a backup of the repository into the named file or into the named |
| 509 | ** directory. This backup is guaranteed to be consistent even if there are |
| 510 | ** concurrent chnages taking place on the repository. In other words, it |
| 511 | ** is safe to run "fossil backup" on a repository that is in active use. |
| 512 | ** |
| 513 | ** Only the main repository database is backed up by this command. The |
| 514 | ** open checkout file (if any) is not saved. Nor is the global configuration |
| 515 | ** database. |
| 516 | ** |
| 517 | ** Options: |
| 518 | ** |
| 519 | ** --overwrite OK to overwrite an existing file. |
| 520 | ** -R NAME Filename of the repository to backup |
| 521 | */ |
| 522 | void backup_cmd(void){ |
| 523 | char *zDest; |
| 524 | int bOverwrite = 0; |
| 525 |
| --- src/sync.c | |
| +++ src/sync.c | |
| @@ -505,20 +505,20 @@ | |
| 505 | ** |
| 506 | ** Usage: %fossil backup ?OPTIONS? FILE|DIRECTORY |
| 507 | ** |
| 508 | ** Make a backup of the repository into the named file or into the named |
| 509 | ** directory. This backup is guaranteed to be consistent even if there are |
| 510 | ** concurrent changes taking place on the repository. In other words, it |
| 511 | ** is safe to run "fossil backup" on a repository that is in active use. |
| 512 | ** |
| 513 | ** Only the main repository database is backed up by this command. The |
| 514 | ** open checkout file (if any) is not saved. Nor is the global configuration |
| 515 | ** database. |
| 516 | ** |
| 517 | ** Options: |
| 518 | ** |
| 519 | ** --overwrite OK to overwrite an existing file |
| 520 | ** -R NAME Filename of the repository to backup |
| 521 | */ |
| 522 | void backup_cmd(void){ |
| 523 | char *zDest; |
| 524 | int bOverwrite = 0; |
| 525 |