wok rev 4123

lzma: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 20 14:11:25 2009 +0200 (2009-09-20)
parents 464ca42c6f04
children 4716299bcb09
files lzma/stuff/lzma
line diff
     1.1 --- a/lzma/stuff/lzma	Sun Sep 20 13:46:14 2009 +0200
     1.2 +++ b/lzma/stuff/lzma	Sun Sep 20 14:11:25 2009 +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 +--help|-h|-\?) exec /usr/bin/lzma-alone;;
     1.9  esac
    1.10  
    1.11  [ -x /usr/bin/lzmap ] && exec /usr/bin/lzmap $@