diff options
author | Daouda Lo <daouda@mandriva.com> | 2003-08-27 16:53:46 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2003-08-27 16:53:46 +0000 |
commit | 1df049146f6dbe3c3f9332e4f752a62c1fad73ff (patch) | |
tree | f8fd99ca0de190652b6848dd550000c15add50db | |
parent | 6d6543ae0ecf0e0047cfb74814d36d9c09e14e1d (diff) | |
download | drakx-backup-do-not-use-1df049146f6dbe3c3f9332e4f752a62c1fad73ff.tar drakx-backup-do-not-use-1df049146f6dbe3c3f9332e4f752a62c1fad73ff.tar.gz drakx-backup-do-not-use-1df049146f6dbe3c3f9332e4f752a62c1fad73ff.tar.bz2 drakx-backup-do-not-use-1df049146f6dbe3c3f9332e4f752a62c1fad73ff.tar.xz drakx-backup-do-not-use-1df049146f6dbe3c3f9332e4f752a62c1fad73ff.zip |
- perl-checker
-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) } |