[git commit] bc: do not show -i in --help, it's a NOP (for now)

Denys Vlasenko vda.linux at googlemail.com
Tue Dec 18 15:32:25 UTC 2018


commit: https://git.busybox.net/busybox/commit/?id=09fe0aaefac905287fc4b533714ec961ec8c6968
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 miscutils/bc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"


More information about the busybox-cvs mailing list