summaryrefslogtreecommitdiffstats
path: root/perl-install/do_resize_fat
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/do_resize_fat')
-rwxr-xr-xperl-install/do_resize_fat2
1 files changed, 1 insertions, 1 deletions
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 <device> <size>\n <size> = 100 means `resize to 100Mb'\n <size> = +10 means `keep 10Mb of free space'\n";