summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/format/t.c
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2020-06-10 16:12:22 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-10 06:31:42 +0000
commitbea79f76addfe4b754c8696db029c5b3c762041c (patch)
tree187e6f29515fcdf6b14526a76071b98d27244ae0 /src/third_party/wiredtiger/test/format/t.c
parent2a20c87a57afdd20349ed35258b92f998a19603f (diff)
downloadmongo-bea79f76addfe4b754c8696db029c5b3c762041c.tar.gz
Import wiredtiger: 154719f3ff736872f67f2b3e9f4d8b396d2d8adf from branch mongodb-4.4r4.4.0-rc9
ref: bf1d78126c..154719f3ff for: 4.4.0-rc9 WT-6185 Insert full updates into the history store in some corner cases and add a history store c test WT-6257 Fix rows out-of-order in history store file WT-6339 Stop creating snapshots for history store cursors WT-6396 Fix wrong assert when inserting updates to the history store
Diffstat (limited to 'src/third_party/wiredtiger/test/format/t.c')
-rw-r--r--src/third_party/wiredtiger/test/format/t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/format/t.c b/src/third_party/wiredtiger/test/format/t.c
index 65eb53eb2ac..47748d3efd2 100644
--- a/src/third_party/wiredtiger/test/format/t.c
+++ b/src/third_party/wiredtiger/test/format/t.c
@@ -404,7 +404,7 @@ usage(void)
"\t-q run quietly\n"
"\t-R run on an existing database\n"
"\t-T all|local\n"
- "\t-t log operations\n");
+ "\t-t trace operations\n");
config_error();
exit(EXIT_FAILURE);