commit | 09fe0aaefac905287fc4b533714ec961ec8c6968 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Dec 18 16:32:25 2018 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Dec 18 16:32:25 2018 +0100 |
tree | 8260b8e70170b65651f4e2850db77f8ed6bfeac8 | |
parent | 7f2d59c38dcc56ea4e89c9ea64d56c349a51eaba [diff] |
bc: do not show -i in --help, it's a NOP (for now) Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/miscutils/bc.c b/miscutils/bc.c index 7ecddf0..0b891d8 100644 --- a/miscutils/bc.c +++ b/miscutils/bc.c
@@ -110,7 +110,7 @@ //See www.gnu.org/software/bc/manual/bc.html //usage:#define bc_trivial_usage -//usage: "[-sqliw] FILE..." +//usage: "[-sqlw] FILE..." //usage: //usage:#define bc_full_usage "\n" //usage: "\nArbitrary precision calculator"