]> git.ipfire.org Git - thirdparty/xz.git/commit
Scripts: Mark the LZMA Utils script aliases as deprecated
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 6 Mar 2025 14:34:32 +0000 (16:34 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 6 Mar 2025 17:36:56 +0000 (19:36 +0200)
commit051de255f00dda331e2a6fa189a6e7fe56a7c69b
tree688146f48cb65b398035e0eb4d46a93c68fb9cb0
parent4941ea454c02cf15a64d6434a0778fc2a81282fc
Scripts: Mark the LZMA Utils script aliases as deprecated

The deprecated aliases are lzcmp, lzdiff, lzless, lzmore,
lzgrep, lzegrep, and lzfgrep. The commands that start with
the xz prefix have identical behavior, for example, both
lzgrep and xzgrep handle all supported file formats.

This doesn't affect lzma, unlzma, lzcat, lzmadec, or lzmainfo.
The last release of LZMA Utils was made in 2008, but the lzma
compatibility alias for the gzip-like tool is still in common use.
Deprecating it would cause unnecessary breakage.
src/scripts/xzdiff.1
src/scripts/xzgrep.1
src/scripts/xzless.1
src/scripts/xzmore.1