diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-09-24 05:32:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-09-24 05:32:56 +0000 |
commit | 4455dd41f0fc970aa197f350efbd84cb5fa913d4 (patch) | |
tree | 590f25c382b66be9419142f98c608e77fd2a4d29 /perl-install/standalone/bootloader-config | |
parent | bc668d523d335462088f64720dedeb3be46f6042 (diff) | |
download | drakx-4455dd41f0fc970aa197f350efbd84cb5fa913d4.tar drakx-4455dd41f0fc970aa197f350efbd84cb5fa913d4.tar.gz drakx-4455dd41f0fc970aa197f350efbd84cb5fa913d4.tar.bz2 drakx-4455dd41f0fc970aa197f350efbd84cb5fa913d4.tar.xz drakx-4455dd41f0fc970aa197f350efbd84cb5fa913d4.zip |
fix typos in usage
Diffstat (limited to 'perl-install/standalone/bootloader-config')
-rwxr-xr-x | perl-install/standalone/bootloader-config | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/perl-install/standalone/bootloader-config b/perl-install/standalone/bootloader-config index 2d0ec329e..e80133fde 100755 --- a/perl-install/standalone/bootloader-config +++ b/perl-install/standalone/bootloader-config @@ -26,14 +26,14 @@ my %options = ( ); GetOptions(%options) or die <<'EOF'; -usage: Releve --action add-kernel (--image <vmlinuz> | --kernel-version <2.6.xxx>) [--label <...>] [--no-short-name] [--initrd-options <options>] - Releve --action remove-kernel (--image <vmlinuz> | --kernel-version <2.6.xxx>) +usage: bootloader-config --action add-kernel (--image <vmlinuz> | --kernel-version <2.6.xxx>) [--label <...>] [--no-short-name] [--initrd-options <options>] + bootloader-config --action remove-kernel (--image <vmlinuz> | --kernel-version <2.6.xxx>) - Releve --action add-entry (--image <image> | --chainload <device>) --label <...> - Releve --action remove-entry (--image <image> | --chainload <device> | --label <...>) + bootloader-config --action add-entry (--image <image> | --chainload <device>) --label <...> + bootloader-config --action remove-entry (--image <image> | --chainload <device> | --label <...>) - Releve --action update-splash - Releve --action remove-splash + bootloader-config --action update-splash + bootloader-config --action remove-splash EOF my @known_actions = qw(add-kernel remove-kernel update-splash remove-splash detectloader add-entry remove-entry); |