diff -r 59fccec87973 ChangeLog --- a/ChangeLog Thu Nov 29 15:09:26 2007 -0500 +++ b/ChangeLog Fri Jan 11 09:50:21 2008 +0900 @@ -5,7 +5,7 @@ 2007-08-28 "Daniel P. Berrange . There is NO WARRANTY, to the extent permitted by law. diff -r 59fccec87973 src/main.c --- a/src/main.c Thu Nov 29 15:09:26 2007 -0500 +++ b/src/main.c Fri Jan 11 09:43:21 2008 +0900 @@ -456,7 +456,7 @@ static void viewer_help(FILE *out, const fprintf(out, "Options:"); fprintf(out, " -h, --help display command line help\n"); fprintf(out, " -v, --verbose display verbose information\n"); - fprintf(out, " -V, --version display verion informaton\n"); + fprintf(out, " -V, --version display version information\n"); fprintf(out, " -d, --direct direct connection with no automatic tunnels\n"); fprintf(out, " -c URI, --connect URI connect to hypervisor URI\n"); fprintf(out, " -w, --wait wait for domain to start\n");