From 9ce2905f2abe4bbb435428da25201a34c727d108 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 2 Sep 2005 16:17:36 +0000 Subject: perl_checker fix --- perl-install/standalone/drakhelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/drakhelp b/perl-install/standalone/drakhelp index 22cca2fe1..6459e8cff 100644 --- a/perl-install/standalone/drakhelp +++ b/perl-install/standalone/drakhelp @@ -23,7 +23,7 @@ Usage: ") . N(" --id - load the html help page which refers to id_label ") . N(" --doc - link to another web page ( for WM welcome frontend) "); - exit(0) + exit(0); } my ($opt, $idlabel) = @ARGV; @ARGV == 2 && ($opt eq '--id' || $opt eq '--doc' || $opt eq '--help') or usage(); -- cgit v1.2.1