*** empty log message ***

This commit is contained in:
John Wiegley 2004-04-04 11:10:12 +00:00
parent c68b502156
commit 6f3d5be613

View file

@ -460,7 +460,7 @@ void add_new_entry(int index, int argc, char **argv)
}
if (index == argc) {
std::cerr << "Error: Too few arguments to 'entry'." << std::endl;
std::cerr << "Error: Too few arguments to 'add'." << std::endl;
std::exit(1);
}