diff options
author | Manuel Bentele | 2020-10-19 16:14:41 +0200 |
---|---|---|
committer | Manuel Bentele | 2020-10-19 16:16:58 +0200 |
commit | c6a843122ad60fff05e7daa2f7b30abc2ec101e9 (patch) | |
tree | aa60daa34b282165f1a70c4654d84530cbd53fa2 /src/bench | |
parent | [BUILD] build Linux kernel module only on Linux systems (diff) | |
download | dnbd3-c6a843122ad60fff05e7daa2f7b30abc2ec101e9.tar.gz dnbd3-c6a843122ad60fff05e7daa2f7b30abc2ec101e9.tar.xz dnbd3-c6a843122ad60fff05e7daa2f7b30abc2ec101e9.zip |
[BUILD] set build type and stop Release build if repository is dirty
Diffstat (limited to 'src/bench')
-rw-r--r-- | src/bench/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bench/main.c b/src/bench/main.c index 89c09f3..a167f05 100644 --- a/src/bench/main.c +++ b/src/bench/main.c @@ -20,7 +20,7 @@ static void printUsage(char *argv0, int exitCode) { - printf( "Version: %s\n", DNBD3_VERSION ); + printf( "Version: %s\n", DNBD3_BUILD_VERSION ); printf( "Usage: %s [--debug] --host <serverAddress(es)> --image <imageName> [--rid revision]\n", argv0 ); printf( "Or: %s [-d] -h <serverAddress(es)> -i <imageName> [-r revision]\n", argv0 ); printf( " -h --host List of space separated hosts to use\n" ); |