From 0f881eacc9dd3d36486097322c189d0737b56154 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 18 Nov 2002 08:05:41 +0000 Subject: - standalone.pm : o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option --- perl-install/standalone/drakxservices | 5 ----- 1 file changed, 5 deletions(-) (limited to 'perl-install/standalone/drakxservices') diff --git a/perl-install/standalone/drakxservices b/perl-install/standalone/drakxservices index a57b430bb..92fd34fe0 100755 --- a/perl-install/standalone/drakxservices +++ b/perl-install/standalone/drakxservices @@ -9,11 +9,6 @@ use interactive; use services; use log; -local $_ = join '', @ARGV; - -/-h/ and die "usage: drakxservices\n"; - - my $in = 'interactive'->vnew('su', 'services'); begin: my $l = services::ask($in); -- cgit v1.2.1