mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
3438ea2428
commit
514c1a2918
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue