1
0
Fork 0

Fix a warning message.

This commit is contained in:
Max Neunhoeffer 2015-03-26 14:56:28 -07:00
parent 64b2ae4894
commit e49e4662b1
1 changed files with 1 additions and 1 deletions

View File

@ -1298,7 +1298,7 @@ int main (int argc, char* argv[]) {
}
if (isDirectory && ! Overwrite) {
cerr << "output directory '" << OutputDirectory << "' already exists. use --overwrite to overwrite data in in it" << endl;
cerr << "output directory '" << OutputDirectory << "' already exists. use \"--overwrite true\" to overwrite data in it" << endl;
TRI_EXIT_FUNCTION(EXIT_FAILURE, nullptr);
}