Index: ossp-pkg/uuid/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v' 2>/dev/null --- ChangeLog 2004/01/13 09:26:46 1.5 +++ ChangeLog 2004/01/13 09:29:48 1.6 @@ -13,6 +13,10 @@ Changes between 0.9.0 and 0.9.1 (11-Jan-2004 to xx-Jan-2004) + o Print involved option character (instead of '?') on invalid + option for uuid(1) CLI. + [Matthias Andree ] + o Fixed "make install" and "make uninstall": the uuid(1) CLI has to be [un]installed through GNU libtool, too. [Matthias Andree ] Index: ossp-pkg/uuid/uuid_cli.c RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_cli.c,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_cli.c,v' 2>/dev/null --- uuid_cli.c 2004/01/10 10:49:00 1.7 +++ uuid_cli.c 2004/01/13 09:29:48 1.8 @@ -129,7 +129,7 @@ } break; default: - usage("invalid option '%c'", ch); + usage("invalid option '%c'", optopt); } } argv += optind;