diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-02-28 16:11:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-02-28 16:11:45 +0000 |
commit | fa728eb2305948b3a51a0e578f1cac40f71513b3 (patch) | |
tree | dc82e486b7a8715a489d01ad2149d62b4b6a429a /rescue/partimage_whole_disk | |
parent | 45d9efe6791468f3cd84b5a05aa3dde9871e4cf6 (diff) | |
download | drakx-fa728eb2305948b3a51a0e578f1cac40f71513b3.tar drakx-fa728eb2305948b3a51a0e578f1cac40f71513b3.tar.gz drakx-fa728eb2305948b3a51a0e578f1cac40f71513b3.tar.bz2 drakx-fa728eb2305948b3a51a0e578f1cac40f71513b3.tar.xz drakx-fa728eb2305948b3a51a0e578f1cac40f71513b3.zip |
multiple dirs is not handled anymore, correct the usage
Diffstat (limited to 'rescue/partimage_whole_disk')
-rwxr-xr-x | rescue/partimage_whole_disk | 2 |
1 files changed, 1 insertions, 1 deletions
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 <server>] (save_all <dir> | rest_all <dirs>)\n" } +sub usage() { die "partimage_whole_disk [-s <server>] (save_all <dir> | rest_all <dir>)\n" } $ENV{PATH} = "/sbin:/usr/sbin:$ENV{PATH}"; $ENV{HOME} = '/'; |