summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/drakbug')
-rwxr-xr-xperl-install/standalone/drakbug16
1 files changed, 0 insertions, 16 deletions
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug
index b5e4e4053..b8e1c3a3e 100755
--- a/perl-install/standalone/drakbug
+++ b/perl-install/standalone/drakbug
@@ -36,23 +36,7 @@ my $version = "0.9.0";
my $prog;
my $incident=0;
-sub usage {
- print STDERR N("drakbug version %s
-Copyright (C) 2002 MandrakeSoft.
-This is free software and may be redistributed under the terms of the GNU GPL.
-
-usage: drakbug [OPTIONS] [PROGRAM_NAME]
-
-OPTIONS:
-", $version) . N(" --help - print this help message.
-") . "\n" . N(" --report - program should be one of mandrake tools
-") . "\n" . N(" --incident - program should be one of mandrake tools
-");
- exit(0);
-}
-
while (defined($_ = shift @ARGV)) {
- /^--help$/ and do { usage; next };
/^--report$/ and do { $prog = shift @ARGV };
/^--incident$/ and do {$incident = 1 ; $prog = shift @ARGV };
}