[BACK]Return to pkglocate CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/pkglocate between version 1.9 and 1.10

version 1.9, 2004/07/04 16:12:10 version 1.10, 2010/11/11 19:56:34
Line 74  if [ "$verbose" = "yes" ]; then
Line 74  if [ "$verbose" = "yes" ]; then
         echo "===> Using $grepname to find matches"          echo "===> Using $grepname to find matches"
 fi  fi
   
   # do we need to show the help message?
   showhelp=false
   case "$1" in
   --help)
           showhelp=true
           ;;
   esac
 if [ $# -lt 1 ]; then  if [ $# -lt 1 ]; then
           showhelp=true
   fi
   
   if $showhelp; then
         echo "Usage: pkglocate [-i] [-f] [-p] [-v] word"          echo "Usage: pkglocate [-i] [-f] [-p] [-v] word"
         echo "       [-i] ignore case when searching"          echo "       [-i] ignore case when searching"
         echo "       [-f] look for a file, rather than a word or phrase"          echo "       [-f] look for a file, rather than a word or phrase"

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>