Fixed help message

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24511 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-12 19:07:37 +00:00
parent 3438ea2428
commit 514c1a2918
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2007-02-12 Nicola Pero <nicola.pero@meta-innovation.com>
* gnustep-config.in: Fixed help message.
2007-02-12 Nicola Pero <nicola.pero@meta-innovation.com>
* common.make: Export GNUSTEP_MAKEFILES so that if it

View file

@ -24,8 +24,8 @@
#
if [ -z "$1" ]; then
echo "usage: gnustep-config.sh argument"
echo "gnustep-config.sh --help for more help"
echo "usage: gnustep-config argument"
echo "gnustep-config --help for more help"
exit 1
fi