Fix annoying display bugs

This commit is contained in:
Laurence Withers 2007-02-17 13:42:00 +00:00
commit 5a6fa1fd68
2 changed files with 1 additions and 5 deletions

View file

@ -26,7 +26,7 @@ source scripts/functions.sh || exit 1
# Get arguments.
if [ $# -lt 3 ]
then
echo "Usage: scripts/module-create.sh <lang> <type> <name> [args]"
echo "Usage: scripts/module-create.sh <type> <lang> <name> [args]"
echo " available modules:"
for i in scripts/build.*
do