diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-11 08:12:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-11 08:12:14 +0000 |
commit | 5ecf7827580ce54a701c6540230e3ee6f37a2fda (patch) | |
tree | 27171fcd49f6ca01dc77b6e56b31286f7458c6ce /zupdate.cc | |
parent | Releasing debian version 1.12~rc1-1. (diff) | |
download | zutils-5ecf7827580ce54a701c6540230e3ee6f37a2fda.tar.xz zutils-5ecf7827580ce54a701c6540230e3ee6f37a2fda.zip |
Merging upstream version 1.12.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'zupdate.cc')
-rw-r--r-- | zupdate.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* Zupdate - recompress bzip2, gzip, xz, zstd files to lzip format - Copyright (C) 2013-2022 Antonio Diaz Diaz. + Copyright (C) 2013-2023 Antonio Diaz Diaz. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -79,7 +79,7 @@ void show_help() " -h, --help display this help and exit\n" " -V, --version output version information and exit\n" " -d, --destdir=<dir> write recompressed files into <dir>\n" - " -e, --expand-extensions expand combined extensions; tgz -> tar.lz\n" + " -e, --expand-extensions expand combined extensions; tgz --> tar.lz\n" " -f, --force don't skip a file even if the .lz exists\n" " -i, --ignore-errors ignore non-fatal errors\n" " -k, --keep keep (don't delete) input files\n" |