Fossil SCM
doc fixes.
Commit
a38fa0b80bad23b3675cfe921f5d52761e002aee
Parent
fd2fbdb965a1f50…
2 files changed
+1
-1
+1
-1
+1
-1
| --- src/add.c | ||
| +++ src/add.c | ||
| @@ -458,11 +458,11 @@ | ||
| 458 | 458 | ** The --ignore option overrides the "ignore-glob" setting, as do the |
| 459 | 459 | ** --case-sensitive option with the "case-sensitive" setting and the |
| 460 | 460 | ** --clean option with the "clean-glob" setting. See the documentation |
| 461 | 461 | ** on the "settings" command for further information. |
| 462 | 462 | ** |
| 463 | -** The --test option shows what would happen without actually doing anything. | |
| 463 | +** The -n|--dry-run option shows what would happen without actually doing anything. | |
| 464 | 464 | ** |
| 465 | 465 | ** This command can be used to track third party software. |
| 466 | 466 | ** |
| 467 | 467 | ** Options: |
| 468 | 468 | ** --case-sensitive <BOOL> override case-sensitive setting |
| 469 | 469 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -458,11 +458,11 @@ | |
| 458 | ** The --ignore option overrides the "ignore-glob" setting, as do the |
| 459 | ** --case-sensitive option with the "case-sensitive" setting and the |
| 460 | ** --clean option with the "clean-glob" setting. See the documentation |
| 461 | ** on the "settings" command for further information. |
| 462 | ** |
| 463 | ** The --test option shows what would happen without actually doing anything. |
| 464 | ** |
| 465 | ** This command can be used to track third party software. |
| 466 | ** |
| 467 | ** Options: |
| 468 | ** --case-sensitive <BOOL> override case-sensitive setting |
| 469 |
| --- src/add.c | |
| +++ src/add.c | |
| @@ -458,11 +458,11 @@ | |
| 458 | ** The --ignore option overrides the "ignore-glob" setting, as do the |
| 459 | ** --case-sensitive option with the "case-sensitive" setting and the |
| 460 | ** --clean option with the "clean-glob" setting. See the documentation |
| 461 | ** on the "settings" command for further information. |
| 462 | ** |
| 463 | ** The -n|--dry-run option shows what would happen without actually doing anything. |
| 464 | ** |
| 465 | ** This command can be used to track third party software. |
| 466 | ** |
| 467 | ** Options: |
| 468 | ** --case-sensitive <BOOL> override case-sensitive setting |
| 469 |
+1
-1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -1546,11 +1546,11 @@ | ||
| 1546 | 1546 | if( cReply!='y' && cReply!='Y' ){ |
| 1547 | 1547 | fossil_exit(1); |
| 1548 | 1548 | } |
| 1549 | 1549 | } |
| 1550 | 1550 | |
| 1551 | - /* If the --test option is specified, output the manifest file | |
| 1551 | + /* If the -n|--dry-run option is specified, output the manifest file | |
| 1552 | 1552 | ** and rollback the transaction. |
| 1553 | 1553 | */ |
| 1554 | 1554 | if( dryRunFlag ){ |
| 1555 | 1555 | blob_write_to_file(&manifest, ""); |
| 1556 | 1556 | } |
| 1557 | 1557 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -1546,11 +1546,11 @@ | |
| 1546 | if( cReply!='y' && cReply!='Y' ){ |
| 1547 | fossil_exit(1); |
| 1548 | } |
| 1549 | } |
| 1550 | |
| 1551 | /* If the --test option is specified, output the manifest file |
| 1552 | ** and rollback the transaction. |
| 1553 | */ |
| 1554 | if( dryRunFlag ){ |
| 1555 | blob_write_to_file(&manifest, ""); |
| 1556 | } |
| 1557 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -1546,11 +1546,11 @@ | |
| 1546 | if( cReply!='y' && cReply!='Y' ){ |
| 1547 | fossil_exit(1); |
| 1548 | } |
| 1549 | } |
| 1550 | |
| 1551 | /* If the -n|--dry-run option is specified, output the manifest file |
| 1552 | ** and rollback the transaction. |
| 1553 | */ |
| 1554 | if( dryRunFlag ){ |
| 1555 | blob_write_to_file(&manifest, ""); |
| 1556 | } |
| 1557 |