diff --git a/src/util.c b/src/util.c index 5de6195..191d681 100644 --- a/src/util.c +++ b/src/util.c @@ -22,8 +22,8 @@ #include void usage(int exitcode) { - printf("Usage:\n" -" util \n" + printf( +"Usage: imdb-util \n" " -b Path to database\n" " -t Maximum difference percent (0.0 - 1.0, default: 0.1)\n" );