diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-18 16:32:25 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-18 16:32:25 +0100 |
commit | 09fe0aaefac905287fc4b533714ec961ec8c6968 (patch) | |
tree | 8260b8e70170b65651f4e2850db77f8ed6bfeac8 | |
parent | 7f2d59c38dcc56ea4e89c9ea64d56c349a51eaba (diff) | |
download | busybox-09fe0aaefac905287fc4b533714ec961ec8c6968.tar.gz |
bc: do not show -i in --help, it's a NOP (for now)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | miscutils/bc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/bc.c b/miscutils/bc.c index 7ecddf014..0b891d88a 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" |