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 /miscutils | |
parent | 7f2d59c38dcc56ea4e89c9ea64d56c349a51eaba (diff) | |
download | busybox-w32-09fe0aaefac905287fc4b533714ec961ec8c6968.tar.gz busybox-w32-09fe0aaefac905287fc4b533714ec961ec8c6968.tar.bz2 busybox-w32-09fe0aaefac905287fc4b533714ec961ec8c6968.zip |
bc: do not show -i in --help, it's a NOP (for now)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-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 @@ | |||
110 | 110 | ||
111 | //See www.gnu.org/software/bc/manual/bc.html | 111 | //See www.gnu.org/software/bc/manual/bc.html |
112 | //usage:#define bc_trivial_usage | 112 | //usage:#define bc_trivial_usage |
113 | //usage: "[-sqliw] FILE..." | 113 | //usage: "[-sqlw] FILE..." |
114 | //usage: | 114 | //usage: |
115 | //usage:#define bc_full_usage "\n" | 115 | //usage:#define bc_full_usage "\n" |
116 | //usage: "\nArbitrary precision calculator" | 116 | //usage: "\nArbitrary precision calculator" |