wok-stable rev 5277
lzma: add --version support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 16 10:18:15 2010 +0200 (2010-04-16) |
parents | 30388a1be632 |
children | 6a8dae495834 |
files | lzma/stuff/lzma |
line diff
1.1 --- a/lzma/stuff/lzma Thu Apr 15 11:56:11 2010 -0400 1.2 +++ b/lzma/stuff/lzma Fri Apr 16 10:18:15 2010 +0200 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 case "$1" in 1.6 d|e|b) exec /usr/bin/lzma-alone $@;; 1.7 ---help|-h|-\?) exec /usr/bin/lzma-alone;; 1.8 +--version|-V|--help|-h|-\?) exec /usr/bin/lzma-alone;; 1.9 esac 1.10 1.11 [ -x /usr/bin/lzmap ] && exec /usr/bin/lzmap $@