On Thu, 11 Feb 2021, Daniel Wagner wrote: > > --- 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? > > Because the version is printed out before the call to parse the options. If you don't remove it here, it gets printed out twice. John