diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-13 11:24:37 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-13 11:24:37 +0000 |
commit | dd93296dc89b6c86f8da2aaa4faf5e7a2e152749 (patch) | |
tree | 022d62016bf81accfcace7894b0a9f79a58b3f86 /perl-install/standalone.pm | |
parent | 965508792300527e469c3fe141593696f3efde4d (diff) | |
download | drakx-dd93296dc89b6c86f8da2aaa4faf5e7a2e152749.tar drakx-dd93296dc89b6c86f8da2aaa4faf5e7a2e152749.tar.gz drakx-dd93296dc89b6c86f8da2aaa4faf5e7a2e152749.tar.bz2 drakx-dd93296dc89b6c86f8da2aaa4faf5e7a2e152749.tar.xz drakx-dd93296dc89b6c86f8da2aaa4faf5e7a2e152749.zip |
move draksec's gui into the standalone program,
nobody will uses it so it's useless to load drakx with it.
also use common cli options managment
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r-- | perl-install/standalone.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 6be11e007..2f51e77b3 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -66,7 +66,7 @@ OPTIONS: : name_of_application like so for staroffice : and gs for ghostscript for only this one."), 'draksec' => N("[OPTIONS]... - --debug print debugging information"), +--debug print debugging information"), 'drakTermServ' => N("[OPTIONS]... Mandrake Terminal Server Configurator --enable : enable MTS @@ -77,6 +77,8 @@ 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]"), |