From 09fe0aaefac905287fc4b533714ec961ec8c6968 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 18 Dec 2018 16:32:25 +0100 Subject: bc: do not show -i in --help, it's a NOP (for now) Signed-off-by: Denys Vlasenko --- 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" -- cgit v1.2.3