print out consistent error message.

git-svn-id: https://subversion.assembla.com/svn/qmcdev/trunk@6927 e5b18d87-469d-4833-9cc0-8cdfa06e9491
This commit is contained in:
Ye Luo 2016-05-19 04:49:05 +00:00
parent bfb42b3fe5
commit 4d672c7874
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ int main(int argc, char **argv)
if(OHMMS::Controller->rank()==0)
{
cerr << "No input file is given." << endl;
cerr << "Usage: qmcapp <input-files> " << endl;
cerr << "Usage: qmcpack <input-files> " << endl;
}
OHMMS::Controller->finalize();
return 1;