aboutsummaryrefslogtreecommitdiff
path: root/miscutils/bc.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2021-06-15 10:00:18 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2021-06-15 10:00:18 +0200
commit1f60d88cf6f5ad3efcad6e7ef1501ce334046e40 (patch)
treeab2e33cf596b08a9c804714f9b55afb787f932d1 /miscutils/bc.c
parentebe8c14d34d3f6957b4e44967c9089b84e144ddf (diff)
downloadbusybox-w32-1f60d88cf6f5ad3efcad6e7ef1501ce334046e40.tar.gz
busybox-w32-1f60d88cf6f5ad3efcad6e7ef1501ce334046e40.tar.bz2
busybox-w32-1f60d88cf6f5ad3efcad6e7ef1501ce334046e40.zip
*: more --help tweaks
function old new delta packed_usage 33552 33541 -11 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/bc.c')
-rw-r--r--miscutils/bc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/bc.c b/miscutils/bc.c
index a5d8734b3..f9b08b01e 100644
--- a/miscutils/bc.c
+++ b/miscutils/bc.c
@@ -108,7 +108,7 @@
108 108
109//See www.gnu.org/software/bc/manual/bc.html 109//See www.gnu.org/software/bc/manual/bc.html
110//usage:#define bc_trivial_usage 110//usage:#define bc_trivial_usage
111//usage: "[-sqlw] [FILE...]" 111//usage: "[-sqlw] [FILE]..."
112//usage: 112//usage:
113//usage:#define bc_full_usage "\n" 113//usage:#define bc_full_usage "\n"
114//usage: "\nArbitrary precision calculator" 114//usage: "\nArbitrary precision calculator"