diff --git a/shell/dbshell.cpp b/shell/dbshell.cpp index 3368262d490..80c9dd1d0c6 100644 --- a/shell/dbshell.cpp +++ b/shell/dbshell.cpp @@ -182,7 +182,7 @@ int main(int argc, char* argv[]) { strcmp(str, "-h" ) == 0 ) { cout - << "usage: " << argv[0] << " [options] [db address] [file names]\n" + << "usage: " << argv[0] << " [options] [db address] [file names (ending in .js)]\n" << "db address can be:\n" << " foo = foo database on local machine\n" << " 192.169.0.5/foo = foo database on 192.168.0.5 machine\n" @@ -195,7 +195,7 @@ int main(int argc, char* argv[]) { << " --port - port to connect to\n" << " --nodb don't connect to mongo program on startup. No 'db address' arg expected.\n" << " --eval