X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/46a36afae41f63de654269c8a0b7cf5852a85a14..caf57fe7eb5018b8df196e6d9f99586232798eb3:/src/src/exiqgrep.src diff --git a/src/src/exiqgrep.src b/src/src/exiqgrep.src index 74c29f7ef..6a0d40b51 100644 --- a/src/src/exiqgrep.src +++ b/src/src/exiqgrep.src @@ -50,7 +50,7 @@ if ($^O eq 'darwin') { # aka MacOS X $base = 62; }; -if ($ARGV[0] eq '--version') { +if ($ARGV[0] eq '--version' || $ARGV[0] eq '-v') { print basename($0) . ": $0\n", "build: EXIM_RELEASE_VERSIONEXIM_VARIANT_VERSION\n", "perl(runtime): $]\n";