Code

Changed order in -V/--version output
[nagiosplug.git] / plugins-scripts / utils.sh.in
index 7750716be4f26944f487ca0eb689e94a1195b58c..b30b908395921dea466916293fb7f7e251e94521 100644 (file)
@@ -13,7 +13,7 @@ else
 fi
 
 print_revision() {
-       echo "$1 (@PACKAGE@ @VERSION@) $2"
+       echo "$1 v$2 (@PACKAGE@ @VERSION@)"
        $ECHO "@WARRANTY@" | sed -e 's/\n/ /g'
 }