Fossil SCM

doc fixes.

jan.nijtmans 2013-05-14 11:36 trunk
Commit a38fa0b80bad23b3675cfe921f5d52761e002aee
2 files changed +1 -1 +1 -1
+1 -1
--- src/add.c
+++ src/add.c
@@ -458,11 +458,11 @@
458458
** The --ignore option overrides the "ignore-glob" setting, as do the
459459
** --case-sensitive option with the "case-sensitive" setting and the
460460
** --clean option with the "clean-glob" setting. See the documentation
461461
** on the "settings" command for further information.
462462
**
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.
464464
**
465465
** This command can be used to track third party software.
466466
**
467467
** Options:
468468
** --case-sensitive <BOOL> override case-sensitive setting
469469
--- 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 @@
15461546
if( cReply!='y' && cReply!='Y' ){
15471547
fossil_exit(1);
15481548
}
15491549
}
15501550
1551
- /* If the --test option is specified, output the manifest file
1551
+ /* If the -n|--dry-run option is specified, output the manifest file
15521552
** and rollback the transaction.
15531553
*/
15541554
if( dryRunFlag ){
15551555
blob_write_to_file(&manifest, "");
15561556
}
15571557
--- 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

Keyboard Shortcuts

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