aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/bc/bc.12
-rw-r--r--usr.bin/bc/bc.y2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/bc/bc.1 b/usr.bin/bc/bc.1
index 4f071e00c593..4f3eff01fc09 100644
--- a/usr.bin/bc/bc.1
+++ b/usr.bin/bc/bc.1
@@ -43,7 +43,7 @@
.Nd arbitrary-precision arithmetic language and calculator
.Sh SYNOPSIS
.Nm bc
-.Op Fl chlqv
+.Op Fl chlv
.Op Fl e Ar expression
.Op Ar file ...
.Sh DESCRIPTION
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);
}