*** empty log message ***
This commit is contained in:
parent
c68b502156
commit
6f3d5be613
1 changed files with 1 additions and 1 deletions
|
|
@ -460,7 +460,7 @@ void add_new_entry(int index, int argc, char **argv)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (index == argc) {
|
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);
|
std::exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue