From 4455dd41f0fc970aa197f350efbd84cb5fa913d4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 24 Sep 2004 05:32:56 +0000 Subject: fix typos in usage --- perl-install/standalone/bootloader-config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'perl-install/standalone/bootloader-config') 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 | --kernel-version <2.6.xxx>) [--label <...>] [--no-short-name] [--initrd-options ] - Releve --action remove-kernel (--image | --kernel-version <2.6.xxx>) +usage: bootloader-config --action add-kernel (--image | --kernel-version <2.6.xxx>) [--label <...>] [--no-short-name] [--initrd-options ] + bootloader-config --action remove-kernel (--image | --kernel-version <2.6.xxx>) - Releve --action add-entry (--image | --chainload ) --label <...> - Releve --action remove-entry (--image | --chainload | --label <...>) + bootloader-config --action add-entry (--image | --chainload ) --label <...> + bootloader-config --action remove-entry (--image | --chainload | --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); -- cgit v1.2.1