diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-13 11:44:14 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-13 11:44:14 +0000 |
commit | f326d0ea963312cd3be192eedceadd22baa1b23a (patch) | |
tree | a3a1a45ee7592fd661ad778c780b20f524a0ac7c | |
parent | c8d2bf4e4d71996628c95125dab2c9d6d6b882db (diff) | |
download | drakx-f326d0ea963312cd3be192eedceadd22baa1b23a.tar drakx-f326d0ea963312cd3be192eedceadd22baa1b23a.tar.gz drakx-f326d0ea963312cd3be192eedceadd22baa1b23a.tar.bz2 drakx-f326d0ea963312cd3be192eedceadd22baa1b23a.tar.xz drakx-f326d0ea963312cd3be192eedceadd22baa1b23a.zip |
remove double
-rw-r--r-- | perl-install/standalone.pm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 2f51e77b3..feb6ddc3a 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -65,8 +65,8 @@ OPTIONS: : 1 all application available supported. : name_of_application like so for staroffice : and gs for ghostscript for only this one."), - 'draksec' => N("[OPTIONS]... ---debug print debugging information"), + 'draksec' => "[--debug] +--debug: print debugging information", 'drakTermServ' => N("[OPTIONS]... Mandrake Terminal Server Configurator --enable : enable MTS @@ -77,8 +77,6 @@ Mandrake Terminal Server Configurator --deluser : delete an existing system user from MTS (requires username) --addclient : add a client machine to MTS (requires MAC address, IP, nbi image name) --delclient : delete a client machine from MTS (requires MAC address, IP, nbi image name)"), - 'draksec' => "[--debug] ---debug: print debugging information", 'drakxtv' => "[--no-guess]", 'drakupdate_fstab' => " [--add | --del] <device>\n", 'keyboardrake' => N("[keyboard]"), |