summaryrefslogtreecommitdiffstats
path: root/usr.bin/c89/c89.sh
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1999-12-05 20:01:28 +0000
committercharnier <charnier@FreeBSD.org>1999-12-05 20:01:28 +0000
commitc8780c9c32e8026b30fcd0b9fe602e0fa91027c6 (patch)
tree0fc8f07c8bc74de4cdddb703eb361a9cebcacd41 /usr.bin/c89/c89.sh
parent345f916537662d077177ceb1c7c10258d69143c0 (diff)
downloadFreeBSD-src-c8780c9c32e8026b30fcd0b9fe602e0fa91027c6.zip
FreeBSD-src-c8780c9c32e8026b30fcd0b9fe602e0fa91027c6.tar.gz
Typo. Standard list of flag
Add ``c89: '' in front of error messages to be errx()-like.
Diffstat (limited to 'usr.bin/c89/c89.sh')
-rwxr-xr-xusr.bin/c89/c89.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/c89/c89.sh b/usr.bin/c89/c89.sh
index 157fbbf..55efd56 100755
--- a/usr.bin/c89/c89.sh
+++ b/usr.bin/c89/c89.sh
@@ -53,7 +53,7 @@ shift $(($OPTIND - 1))
if [ $# = "0" ]
then
- echo "Missing operand" 1>&2
+ echo "c89: missing operand" 1>&2
usage
fi
@@ -64,7 +64,7 @@ do
shift
;;
*)
- echo "Invalid operand" 1>&2
+ echo "c89: invalid operand" 1>&2
usage
;;
esac
OpenPOWER on IntegriCloud