summaryrefslogtreecommitdiffstats
path: root/restore.pl
diff options
context:
space:
mode:
Diffstat (limited to 'restore.pl')
-rwxr-xr-xrestore.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/restore.pl b/restore.pl
index 39369c7..6a646d2 100755
--- a/restore.pl
+++ b/restore.pl
@@ -1,6 +1,5 @@
#!/usr/bin/perl
#----------------------------------------------------
-# Version: 0.1.2
# Author: Florian "Bluewind" Pritz <flo@xssn.at>
#
# Licensed under WTFPL v2
@@ -23,7 +22,8 @@ my %mapping = (
);
if (@ARGV == 0) {
- print "usage: ", basename($0), " files(s)...\n";
+ print "usage: ", basename($0), " <files|directory ...>\n";
+ print "restore the target(s) from backup\n";
exit 0;
}