Fossil SCM
Document the --quiet option to "fossil rebuild"
Commit
a25702b0192334117ae2a76265c0dad2c03aaffe
Parent
62dcb00e68b7920…
1 file changed
+1
+1
| --- src/rebuild.c | ||
| +++ src/rebuild.c | ||
| @@ -533,10 +533,11 @@ | ||
| 533 | 533 | ** --ifneeded Only do the rebuild if it would change the schema version |
| 534 | 534 | ** --index Always add in the full-text search index |
| 535 | 535 | ** --noverify Skip the verification of changes to the BLOB table |
| 536 | 536 | ** --noindex Always omit the full-text search index |
| 537 | 537 | ** --pagesize N Set the database pagesize to N. (512..65536 and power of 2) |
| 538 | +** --quiet Only show output if there are errors | |
| 538 | 539 | ** --randomize Scan artifacts in a random order |
| 539 | 540 | ** --stats Show artifact statistics after rebuilding |
| 540 | 541 | ** --vacuum Run VACUUM on the database after rebuilding |
| 541 | 542 | ** --wal Set Write-Ahead-Log journalling mode on the database |
| 542 | 543 | ** |
| 543 | 544 |
| --- src/rebuild.c | |
| +++ src/rebuild.c | |
| @@ -533,10 +533,11 @@ | |
| 533 | ** --ifneeded Only do the rebuild if it would change the schema version |
| 534 | ** --index Always add in the full-text search index |
| 535 | ** --noverify Skip the verification of changes to the BLOB table |
| 536 | ** --noindex Always omit the full-text search index |
| 537 | ** --pagesize N Set the database pagesize to N. (512..65536 and power of 2) |
| 538 | ** --randomize Scan artifacts in a random order |
| 539 | ** --stats Show artifact statistics after rebuilding |
| 540 | ** --vacuum Run VACUUM on the database after rebuilding |
| 541 | ** --wal Set Write-Ahead-Log journalling mode on the database |
| 542 | ** |
| 543 |
| --- src/rebuild.c | |
| +++ src/rebuild.c | |
| @@ -533,10 +533,11 @@ | |
| 533 | ** --ifneeded Only do the rebuild if it would change the schema version |
| 534 | ** --index Always add in the full-text search index |
| 535 | ** --noverify Skip the verification of changes to the BLOB table |
| 536 | ** --noindex Always omit the full-text search index |
| 537 | ** --pagesize N Set the database pagesize to N. (512..65536 and power of 2) |
| 538 | ** --quiet Only show output if there are errors |
| 539 | ** --randomize Scan artifacts in a random order |
| 540 | ** --stats Show artifact statistics after rebuilding |
| 541 | ** --vacuum Run VACUUM on the database after rebuilding |
| 542 | ** --wal Set Write-Ahead-Log journalling mode on the database |
| 543 | ** |
| 544 |