#! /bin/sh
if test $1 != "all"
then
	help.find -k $*
else
	shift # ignore 'all'
	help.find -n '.*' $*
fi
