aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bc/bc.y
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2013-12-07 06:27:54 +0000
committerXin LI <delphij@FreeBSD.org>2013-12-07 06:27:54 +0000
commitc64c63b9dd661013fcba0e7e1fcb65c7a0094964 (patch)
tree3e49b73a9ac646e3a3f260fcda8460dcf09fc7d3 /usr.bin/bc/bc.y
parent3dc31d3a9c2ae2ae290f9f4f045ed3aa8cd0982b (diff)
downloadsrc-c64c63b9dd661013fcba0e7e1fcb65c7a0094964.tar.gz
src-c64c63b9dd661013fcba0e7e1fcb65c7a0094964.zip
Remove mention of the compatibility option 'q', which is
intentionally undocumented and its only purpose is that we do not bail out when used as a drop-in replacement of a different implementation. PR: docs/184550 MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=259058
Diffstat (limited to 'usr.bin/bc/bc.y')
-rw-r--r--usr.bin/bc/bc.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/bc/bc.y b/usr.bin/bc/bc.y
index a802f5a3ef2a..a819e3f51f09 100644
--- a/usr.bin/bc/bc.y
+++ b/usr.bin/bc/bc.y
@@ -1023,7 +1023,7 @@ static void
usage(void)
{
- fprintf(stderr, "usage: %s [-chlqv] [-e expression] [file ...]\n",
+ fprintf(stderr, "usage: %s [-chlv] [-e expression] [file ...]\n",
__progname);
exit(1);
}