From 2b708cb119c74bb8eaac94794c2864ca36b6da75 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 10 May 2004 11:38:54 +0000 Subject: [PATCH] Fixed --version output. --- scripts/restore.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore.in b/scripts/restore.in index 35c7f13..70b5b08 100644 --- a/scripts/restore.in +++ b/scripts/restore.in @@ -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 -- 2.44.0