description is the first line of help file

This commit is contained in:
Thomas NOËL 2014-11-10 00:00:41 +01:00
parent a95ac82a6d
commit 1daadc43f0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ help() {
for fcom in $COMMANDDIR/*.help
do
com=`basename $fcom .help`
descr=`tail -1 $fcom`
descr=`head -1 $fcom`
echo " "$com" "$descr
done
test -n "$msg" && exit 1