Commit 13a3b507 authored by Warren Dukes's avatar Warren Dukes

clarify error for --no-create-db

git-svn-id: https://svn.musicpd.org/mpd/trunk@912 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent c4a9e379
......@@ -334,6 +334,8 @@ int main(int argc, char * argv[]) {
if(options.createDB<0) {
ERROR("can't open db file and using \"--no-create-db\""
" command line option\n");
ERROR("try running \"%s --only-create-db\"\n",
argv[0]);
exit(EXIT_FAILURE);
}
initMp3Directory();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment