From ede63b3b0df1883f368711a6ca6746455d2a4076 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 27 Jan 2000 14:03:35 +0000 Subject: no_comment --- perl-install/do_resize_fat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/do_resize_fat') diff --git a/perl-install/do_resize_fat b/perl-install/do_resize_fat index 0668ecb19..239446841 100755 --- a/perl-install/do_resize_fat +++ b/perl-install/do_resize_fat @@ -9,7 +9,7 @@ use resize_fat::main; local *log::l = sub { print join(' ', @_), "\n" }; -@ARGV = qw(/tmp/eee +0); +@ARGV = qw(/tmp/dd +0); @ARGV == 2 or die "usage: fatresize \n = 100 means `resize to 100Mb'\n = +10 means `keep 10Mb of free space'\n"; -- cgit v1.2.1