xzmore   xzmore 
skipping to change at line 25 skipping to change at line 25
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
#SET_PATH - This line is a placeholder to ease patching this script. #SET_PATH - This line is a placeholder to ease patching this script.
# Instead of unsetting XZ_OPT, just make sure that xz will use file format # Instead of unsetting XZ_OPT, just make sure that xz will use file format
# autodetection. This way memory usage limit and thread limit can be # autodetection. This way memory usage limit and thread limit can be
# specified via XZ_OPT. # specified via XZ_OPT.
xz='xz --format=auto' xz='xz --format=auto'
version='xzmore (XZ Utils) 5.1.2alpha' version='xzmore (XZ Utils) 5.2.0'
usage="Usage: ${0##*/} [OPTION]... [FILE]... usage="Usage: ${0##*/} [OPTION]... [FILE]...
Like 'more', but operate on the uncompressed contents of xz compressed FILE s. Like 'more', but operate on the uncompressed contents of xz compressed FILE s.
Report bugs to <lasse.collin@tukaani.org>." Report bugs to <lasse.collin@tukaani.org>."
case $1 in case $1 in
--help) echo "$usage" || exit 2; exit;; --help) echo "$usage" || exit 2; exit;;
--version) echo "$version" || exit 2; exit;; --version) echo "$version" || exit 2; exit;;
esac esac
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/