diff options
Diffstat (limited to '')
-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" |