> --- a/src/oslat/oslat.c > +++ b/src/oslat/oslat.c > @@ -512,7 +512,6 @@ static void handle_alarm(int code) > > static void usage(int error) > { > - printf("oslat V %1.2f\n", VERSION); > printf("Usage:\n" Why do you remove the version string in the usage output. Every other tool prints it?