aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 50ee429bc..7c0a6dbe4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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();