diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-03-11 01:11:06 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-03-11 01:11:06 +0000 |
commit | f39f307ded336dddb9a4767b1128b82471446412 (patch) | |
tree | 1b32019b5547e9706346c48fb34f8dfa062af865 /perl-install/commands.pm | |
parent | 39b16a6249eb865a2319a8e3cb1e4270e6fec539 (diff) | |
download | drakx-f39f307ded336dddb9a4767b1128b82471446412.tar drakx-f39f307ded336dddb9a4767b1128b82471446412.tar.gz drakx-f39f307ded336dddb9a4767b1128b82471446412.tar.bz2 drakx-f39f307ded336dddb9a4767b1128b82471446412.tar.xz drakx-f39f307ded336dddb9a4767b1128b82471446412.zip |
no_comment
Diffstat (limited to 'perl-install/commands.pm')
-rw-r--r-- | perl-install/commands.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/commands.pm b/perl-install/commands.pm index ace3cb395..1f2170de2 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -68,6 +68,7 @@ sub mount { my $fs = $t && shift; @_ == 2 or die "usage: mount [-r] [-t <fs>] <device> <dir>\n", + " (use -r for readonly)\n", " (if /dev/ is left off the device name, a temporary node will be created)\n"; my ($dev, $where) = @_; |