clarify error for --no-create-db
git-svn-id: https://svn.musicpd.org/mpd/trunk@912 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
c4a9e3790f
commit
13a3b507f2
@ -334,6 +334,8 @@ int main(int argc, char * argv[]) {
|
|||||||
if(options.createDB<0) {
|
if(options.createDB<0) {
|
||||||
ERROR("can't open db file and using \"--no-create-db\""
|
ERROR("can't open db file and using \"--no-create-db\""
|
||||||
" command line option\n");
|
" command line option\n");
|
||||||
|
ERROR("try running \"%s --only-create-db\"\n",
|
||||||
|
argv[0]);
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
initMp3Directory();
|
initMp3Directory();
|
||||||
|
Loading…
Reference in New Issue
Block a user