Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@464 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Feb 16, 2009
1 parent 6dca9f5 commit b8fecae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/tools/showbgf
Expand Up @@ -9,7 +9,7 @@ LOCAL2=${PWD}
cd ${LOCAL1}

if [ $# -ne 1 ]; then
echo "Usage: showbgf <XBGF-input>"
echo "Usage: showbgf <BGF-input>"
exit 1
elif [ ! -r $1 ]; then
echo "Oops: $1 not found or not readable."
Expand Down

0 comments on commit b8fecae

Please sign in to comment.