diff options
author | Keith Bostic <keith@wiredtiger.com> | 2012-05-15 08:19:03 +0000 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2012-05-15 08:19:03 +0000 |
commit | 980e2637ea80da01413239842c771329a8068791 (patch) | |
tree | 72a260b1ce31be7812c754c88224cb435befcd35 /src/utilities/util_main.c | |
parent | 5b028e6ea6fa96316072180c808caa72e65056e4 (diff) | |
download | mongo-980e2637ea80da01413239842c771329a8068791.tar.gz |
Make the whitespace script run on the examples, utilities extension code.
Diffstat (limited to 'src/utilities/util_main.c')
-rw-r--r-- | src/utilities/util_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utilities/util_main.c b/src/utilities/util_main.c index e6045c463bc..74a6b1278a5 100644 --- a/src/utilities/util_main.c +++ b/src/utilities/util_main.c @@ -186,7 +186,7 @@ static int usage(void) { fprintf(stderr, - "WiredTiger Data Engine (version %d.%d)\n", + "WiredTiger Data Engine (version %d.%d)\n", WIREDTIGER_VERSION_MAJOR, WIREDTIGER_VERSION_MINOR); fprintf(stderr, "global options:\n" |