]> Dogcows Code - chaz/tar/commitdiff
Fixed --version output.
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 10 May 2004 11:38:54 +0000 (11:38 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 10 May 2004 11:38:54 +0000 (11:38 +0000)
scripts/restore.in

index 35c7f1366df7d02fc6f8c36a5afd6eebfb526b38..70b5b08ca11b28b961e7fda7f2e0eca80c8420dc 100644 (file)
@@ -67,7 +67,7 @@ do
         ;;
   -v*)   VERBOSE=`expr $option : "-v\(.*\)"`;;
   -V|--v|--ve|--ver|--vers|--versi|--versio|--version)
-        echo "restore; @PACKAGE@ (@VERSION@)"
+        echo "restore (@PACKAGE@ @VERSION@)"
         exit 0;;
   -L|--li|--lic|--lice|--licen|--licens|--license)
         license
This page took 0.019287 seconds and 4 git commands to generate.