wok-4.x diff xz/stuff/lzma @ rev 7249
Up: xorg-xtrans to 1.2.6.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Nov 14 15:44:20 2010 +0000 (2010-11-14) |
parents | f37d43db2e83 |
children | 79ebfa5003d6 |
line diff
1.1 --- a/xz/stuff/lzma Thu Mar 11 12:07:58 2010 +0100 1.2 +++ b/xz/stuff/lzma Sun Nov 14 15:44:20 2010 +0000 1.3 @@ -22,7 +22,7 @@ 1.4 -si: read data from stdin 1.5 -so: write data to stdout 1.6 EOT 1.7 - exit 1 1.8 + exit 0 1.9 } 1.10 1.11 # Get lzma_alone arg 1.12 @@ -77,7 +77,7 @@ 1.13 case "$1" in 1.14 d) args="-d";; 1.15 e) args="-z";; 1.16 ---help|-h|-\?|'') usage;; 1.17 +--version|-V|--help|-h|-\?|'') usage;; 1.18 *) lzma_utils $@;; 1.19 esac 1.20