From d2adcf51505484efd164d6c867a8157061d1ff29 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 13 Jan 2014 12:22:03 +0100 Subject: [*] Add automatic version string generation --- src/client/client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client') diff --git a/src/client/client.c b/src/client/client.c index c0d316b..bb5683b 100644 --- a/src/client/client.c +++ b/src/client/client.c @@ -638,6 +638,7 @@ static int dnbd3_daemon_send(int argc, char **argv) static void dnbd3_print_help(char *argv_0) { + printf( "Version: %s\n\n", VERSION_STRING ); printf( "\nUsage: %s\n" "\t-h -i [-r ] -d [-a ] || -c \n\n", argv_0 ); printf( "Start the DNBD3 client.\n" ); -- cgit v1.2.3-55-g7522