Re: [PATCH] rt-tests: oslat: print version string
From: Daniel Wagner <hidden>
Date: 2021-02-11 08:04:27
From: Daniel Wagner <hidden>
Date: 2021-02-11 08:04:27
--- 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?