summaryrefslogtreecommitdiffstats
path: root/usr.bin/bc/bc.y
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2013-12-23 20:20:46 +0000
committerdelphij <delphij@FreeBSD.org>2013-12-23 20:20:46 +0000
commitc1209e63404d47c189447fe273f6325d2bae689c (patch)
treeb8f2f00932a7e38edafaa8aa0b0db4805743b488 /usr.bin/bc/bc.y
parent907f6b0d319fa859a35af4cdbba9161e7b647465 (diff)
downloadFreeBSD-src-c1209e63404d47c189447fe273f6325d2bae689c.zip
FreeBSD-src-c1209e63404d47c189447fe273f6325d2bae689c.tar.gz
MFC r259058,r259060:
Remove -q from usage. Document -q and --quiet as discouraged compatibility option.
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 a802f5a..a819e3f 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);
}
OpenPOWER on IntegriCloud