From 03a3ba0aed2a36ca9e7f6cbc93bc7739a5e57a27 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 13 Feb 2012 18:24:59 +0100 Subject: restore.pl: change usage message Signed-off-by: Florian Pritz --- restore.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'restore.pl') 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 # # Licensed under WTFPL v2 @@ -23,7 +22,8 @@ my %mapping = ( ); if (@ARGV == 0) { - print "usage: ", basename($0), " files(s)...\n"; + print "usage: ", basename($0), " \n"; + print "restore the target(s) from backup\n"; exit 0; } -- cgit v1.2.3-24-g4f1b