wok rev 4121

lzma: show help
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 20 09:54:40 2009 +0200 (2009-09-20)
parents 8fd5b90357e2
children 464ca42c6f04
files lzma/stuff/lzma
line diff
     1.1 --- a/lzma/stuff/lzma	Sun Sep 20 01:16:22 2009 +0200
     1.2 +++ b/lzma/stuff/lzma	Sun Sep 20 09:54:40 2009 +0200
     1.3 @@ -2,6 +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  esac
     1.9  
    1.10  [ -x /usr/bin/lzmap ] && exec /usr/bin/lzmap $@