slitaz-tools diff tinyutils/tazfile @ rev 549

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sun Mar 06 19:58:55 2011 +0000 (2011-03-06)
parents af65458ca488
children
line diff
     1.1 --- a/tinyutils/tazfile	Tue Mar 10 20:19:52 2009 +0000
     1.2 +++ b/tinyutils/tazfile	Sun Mar 06 19:58:55 2011 +0000
     1.3 @@ -1,8 +1,8 @@
     1.4  #!/bin/sh
     1.5  # Tazfile - Tiny autonomus zone files locator.
     1.6  #
     1.7 -# This is a lightweight files locator for *.tazpkg files, all written in
     1.8 -# SHell script. It works well with Busybox ash shell and bash. Tazfile let you
     1.9 +# This is a lightweight files locator for *.tazpkg files written in
    1.10 +# SHell script. It works well with Busybox ash shell and bash. Tazfile lets you
    1.11  # create and explore a files list database.
    1.12  #
    1.13  # (C) 2008 SliTaz - GNU General Public License v3.
    1.14 @@ -66,7 +66,7 @@
    1.15  	if [ ! -f "$FILES_LIST" ]; then
    1.16  		echo -e "
    1.17  Unable to find the list : $FILES_LIST\n
    1.18 -You must probably run 'tazfile recharge' as root to get the last list of 
    1.19 +You must probably run 'tazfile recharge' as root to get the latest list of 
    1.20  files available on the mirror.\n"
    1.21  		exit 0
    1.22  	fi