diff options
Diffstat (limited to 'perl-install/standalone/drakhelp')
-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 54fd10435..f99c2bb0f 100644 --- a/perl-install/standalone/drakhelp +++ b/perl-install/standalone/drakhelp @@ -15,11 +15,11 @@ use log; sub usage() { print STDERR N(" drakhelp 0.1 -Copyright (C) 2003-2005 Mandriva. +Copyright (C) %s Mandriva. This is free software and may be redistributed under the terms of the GNU GPL. Usage: -") . N(" --help - display this help +", '2003-2006') . N(" --help - display this help ") . N(" --id <id_label> - load the html help page which refers to id_label ") . N(" --doc <link> - link to another web page ( for WM welcome frontend) "); |