summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorjohn haque <j.eh@mchsi.com>2012-04-02 06:11:59 -0500
committerjohn haque <j.eh@mchsi.com>2012-04-02 06:11:59 -0500
commitcb86918d50c3758d9cd2f4d75c73ff590cc75b04 (patch)
tree6b0b5505dbb262a24a4d3babb8603cd3564008c9 /main.c
parenta11e3c290c877c3ffc11e886edb95199a31fac2b (diff)
downloadgawk-cb86918d50c3758d9cd2f4d75c73ff590cc75b04.tar.gz
MPFR related documentation updates and code cleanups.
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 610a4730..d1c7448e 100644
--- a/main.c
+++ b/main.c
@@ -191,7 +191,7 @@ static const struct option optab[] = {
{ "use-lc-numeric", no_argument, & use_lc_numeric, 1 },
{ "characters-as-bytes", no_argument, & do_binary, 'b' },
{ "sandbox", no_argument, NULL, 'S' },
- { "bcmath", no_argument, NULL, 'M' },
+ { "arbitrary-precision",no_argument, NULL, 'M' },
#if defined(YYDEBUG) || defined(GAWKDEBUG)
{ "parsedebug", no_argument, NULL, 'Y' },
#endif
@@ -787,7 +787,7 @@ usage(int exitval, FILE *fp)
fputs(_("\t-l library\t\t--load=library\n"), fp);
fputs(_("\t-L [fatal]\t\t--lint[=fatal]\n"), fp);
fputs(_("\t-n\t\t\t--non-decimal-data\n"), fp);
- fputs(_("\t-M\t\t\t--bcmath\n"), fp);
+ fputs(_("\t-M\t\t\t--arbitrary-precision\n"), fp);
fputs(_("\t-N\t\t\t--use-lc-numeric\n"), fp);
fputs(_("\t-o[file]\t\t--pretty-print[=file]\n"), fp);
fputs(_("\t-O\t\t\t--optimize\n"), fp);