X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=args.c;h=9a3510bc8bf1e65bcb973f097c576cd0c435f47b;hp=11214a84b021bf0fa695494a1119736bcc7670ef;hb=156a4c81e05a4c0cb47a1d1108b9395bd2528c7b;hpb=70c4e502a932ab902c9bda3231f83c841f279ee1 diff --git a/args.c b/args.c index 11214a8..9a3510b 100644 --- a/args.c +++ b/args.c @@ -1,5 +1,6 @@ #include #include +#include #include "args.h" #include "config.h" @@ -34,7 +35,7 @@ show_help(void) puts("Mandatory or optional arguments to long options are also mandatory or optional"); puts("for any corresponding short options."); putchar('\n'); - puts("Report bugs to ."); + puts("Report bugs at http://jasonwoof.com/contact.html"); } int @@ -121,7 +122,7 @@ init_opts(void) // Look and Feel opt_fullscreen = 0; opt_sound = 1; - opt_music = 0; + opt_music = 1; } int