diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-02-02 18:52:57 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-02-02 18:52:57 +0000 |
commit | d299e7f46e617b29dbd9436d91113e82c80a0ea3 (patch) | |
tree | ea7369f099d9d43c71a09b92484353feb9dfde7a | |
parent | 3f3957ca9c3309439691f68ea31ac1aa219194cd (diff) | |
download | drakx-d299e7f46e617b29dbd9436d91113e82c80a0ea3.tar drakx-d299e7f46e617b29dbd9436d91113e82c80a0ea3.tar.gz drakx-d299e7f46e617b29dbd9436d91113e82c80a0ea3.tar.bz2 drakx-d299e7f46e617b29dbd9436d91113e82c80a0ea3.tar.xz drakx-d299e7f46e617b29dbd9436d91113e82c80a0ea3.zip |
--help: documente new drakboot and drakconnect parameters
-rw-r--r-- | perl-install/standalone.pm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 8f8299282..b49ed6729 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -49,12 +49,24 @@ Backup and Restore application --help : show this message. --version : show version number. "), + + 'drakboot' => N_("[--boot] [--splash] +OPTIONS: + --boot - enable to configure boot loader + --splash - enable to configure boot theme +default mode: offer to configure autologin feature"), 'drakbug' => N_("[OPTIONS] [PROGRAM_NAME] OPTIONS: --help - print this help message. --report - program should be one of mandrake tools --incident - program should be one of mandrake tools"), + 'drakconnect' => N_("[--add] + --add - \"add a network interface\" wizard + --del - \"delete a network interface\" wizard + --skip-wizard - manage connections + --internet - configure internet + --wizard - like --add"), 'drakfont' => N_("Font Importation and monitoring application --windows_import : import from all available windows partitions. --xls_fonts : show all fonts that already exist from xls |