--- a/xcalib-0.8/xcalib.c 2007-08-26 17:54:34.000000000 -0400 +++ a/xcalib-0.8/xcalib.c 2012-10-10 12:10:37.249771179 -0400 @@ -150,12 +150,12 @@ usage (void) "last parameter must be an ICC profile containing a vcgt-tag\n"); fprintf (stdout, "\n"); #ifndef WIN32GDI - fprintf (stdout, "Example: ./xcalib -d :0 -s 0 -v bluish.icc\n"); + fprintf (stdout, "Example: xcalib -d :0 -s 0 -v bluish.icc\n"); #else - fprintf (stdout, "Example: ./xcalib -v bluish.icc\n"); + fprintf (stdout, "Example: xcalib -v bluish.icc\n"); #endif #ifndef FGLRX - fprintf (stdout, "Example: ./xcalib -red 1.1 10.0 100.0\n"); + fprintf (stdout, "Example: xcalib -red 1.1 10.0 100.0 -a\n"); #endif fprintf (stdout, "\n"); exit (0);