From fa728eb2305948b3a51a0e578f1cac40f71513b3 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 28 Feb 2006 16:11:45 +0000 Subject: multiple dirs is not handled anymore, correct the usage --- rescue/partimage_whole_disk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rescue/partimage_whole_disk') diff --git a/rescue/partimage_whole_disk b/rescue/partimage_whole_disk index bf0360379..8f4e65971 100755 --- a/rescue/partimage_whole_disk +++ b/rescue/partimage_whole_disk @@ -28,7 +28,7 @@ if ($ARGV[0] eq '-s') { } my $action = shift @ARGV; -sub usage() { die "partimage_whole_disk [-s ] (save_all | rest_all )\n" } +sub usage() { die "partimage_whole_disk [-s ] (save_all | rest_all )\n" } $ENV{PATH} = "/sbin:/usr/sbin:$ENV{PATH}"; $ENV{HOME} = '/'; -- cgit v1.2.1