aboutsummaryrefslogtreecommitdiffstats
path: root/packdrake
diff options
context:
space:
mode:
Diffstat (limited to 'packdrake')
-rwxr-xr-xpackdrake4
1 files changed, 2 insertions, 2 deletions
diff --git a/packdrake b/packdrake
index e5a3385..2a9e670 100755
--- a/packdrake
+++ b/packdrake
@@ -9,7 +9,7 @@ my $default_ratio = 6;
sub usage {
die qq(packdrake version $packdrake::VERSION
-Copyright (C) 2000 MandrakeSoft.
+Copyright (C) 2000-2004 Mandrakesoft.
This is free software and may be redistributed under the terms of the GNU GPL.
usage:
@@ -30,7 +30,7 @@ usage:
--list <file> - list contents of archive.
--cat <file> - dump archive, only supported with gzip and bzip2,
this write the contents of all file in archive.
- --quiet - quiet operation
+ --quiet - quiet operation
);
}