Fossil SCM

Fix typo, remove period for consistency with other help

andygoth 2020-08-17 08:14 trunk
Commit 80ca317ac5f3165f13b0aa939e6e6e0d458303ee3687d37afd74071b9974707e
1 file changed +2 -2
+2 -2
--- src/sync.c
+++ src/sync.c
@@ -505,20 +505,20 @@
505505
**
506506
** Usage: %fossil backup ?OPTIONS? FILE|DIRECTORY
507507
**
508508
** Make a backup of the repository into the named file or into the named
509509
** 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
511511
** is safe to run "fossil backup" on a repository that is in active use.
512512
**
513513
** Only the main repository database is backed up by this command. The
514514
** open checkout file (if any) is not saved. Nor is the global configuration
515515
** database.
516516
**
517517
** Options:
518518
**
519
-** --overwrite OK to overwrite an existing file.
519
+** --overwrite OK to overwrite an existing file
520520
** -R NAME Filename of the repository to backup
521521
*/
522522
void backup_cmd(void){
523523
char *zDest;
524524
int bOverwrite = 0;
525525
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button