diff options
Diffstat (limited to 'perl-install/standalone')
-rw-r--r-- | perl-install/standalone/drakhelp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakhelp b/perl-install/standalone/drakhelp index 6ebf8b0bc..a7a0088da 100644 --- a/perl-install/standalone/drakhelp +++ b/perl-install/standalone/drakhelp @@ -19,8 +19,8 @@ Copyright (C) 2003 MandrakeSoft. This is free software and may be redistributed under the terms of the GNU GPL. Usage: -"). N(" --help - display this help -" ). N(" --id <id_label> - load the html help page which refers to id_label +") . N(" --help - display this help +") . N(" --id <id_label> - load the html help page which refers to id_label "); exit(0) } |