diff options
Diffstat (limited to 'miscutils/bc.c')
-rw-r--r-- | miscutils/bc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/bc.c b/miscutils/bc.c index 553d0f472..dd9f4f8f1 100644 --- a/miscutils/bc.c +++ b/miscutils/bc.c | |||
@@ -108,14 +108,14 @@ | |||
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" |
115 | //usage: "\n" | 115 | //usage: "\n" |
116 | ///////: "\n -i Interactive" - has no effect for now | 116 | ///////: "\n -i Interactive" - has no effect for now |
117 | //usage: "\n -q Quiet" | 117 | //usage: "\n -q Quiet" |
118 | //usage: "\n -l Load standard math library" | 118 | //usage: "\n -l Load standard library" |
119 | //usage: "\n -s Be POSIX compatible" | 119 | //usage: "\n -s Be POSIX compatible" |
120 | //usage: "\n -w Warn if extensions are used" | 120 | //usage: "\n -w Warn if extensions are used" |
121 | ///////: "\n -v Version" | 121 | ///////: "\n -v Version" |