tazpkg diff tazpkg @ rev 921

Add tazpkg.de.html (thanks HGT)
author Paul Issott <paul@slitaz.org>
date Tue Sep 06 17:09:49 2016 +0100 (2016-09-06)
parents af67b2269d1f
children 50421cb50644
line diff
     1.1 --- a/tazpkg	Thu Nov 19 04:07:05 2015 +0200
     1.2 +++ b/tazpkg	Tue Sep 06 17:09:49 2016 +0100
     1.3 @@ -311,7 +311,7 @@
     1.4  		check_cmd pkg; @@MODULES@@/description "$2";;
     1.5  
     1.6  
     1.7 -	search|-s|-si|-sl|-sm)
     1.8 +	search|-s|-si|-sl)
     1.9  		# Search for a package by pattern or name.
    1.10  		check_cmd pattern
    1.11  
    1.12 @@ -320,7 +320,7 @@
    1.13  			case "$i" in
    1.14  				-i|-si) export installed='yes';;
    1.15  				-l|-sl) export list='yes';;
    1.16 -				-m|-sm) export mirror='yes';;
    1.17 +				-m)     export mirror='yes';;
    1.18  			esac
    1.19  		done
    1.20