summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/bootloader-config
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-09-24 05:32:56 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-09-24 05:32:56 +0000
commit4455dd41f0fc970aa197f350efbd84cb5fa913d4 (patch)
tree590f25c382b66be9419142f98c608e77fd2a4d29 /perl-install/standalone/bootloader-config
parentbc668d523d335462088f64720dedeb3be46f6042 (diff)
downloaddrakx-backup-do-not-use-4455dd41f0fc970aa197f350efbd84cb5fa913d4.tar
drakx-backup-do-not-use-4455dd41f0fc970aa197f350efbd84cb5fa913d4.tar.gz
drakx-backup-do-not-use-4455dd41f0fc970aa197f350efbd84cb5fa913d4.tar.bz2
drakx-backup-do-not-use-4455dd41f0fc970aa197f350efbd84cb5fa913d4.tar.xz
drakx-backup-do-not-use-4455dd41f0fc970aa197f350efbd84cb5fa913d4.zip
fix typos in usage
Diffstat (limited to 'perl-install/standalone/bootloader-config')
-rwxr-xr-xperl-install/standalone/bootloader-config12
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);