summaryrefslogtreecommitdiff
path: root/gen-fib.c
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2015-10-10 07:47:07 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2015-10-10 07:47:07 +0200
commit13a6381159116f30c72393b2a7650cb72568100e (patch)
tree0160f14b3471c4b239981e005bef3eb364ab8537 /gen-fib.c
parent165897defb379c69651ac57f06e276d35953a84b (diff)
downloadgmp-13a6381159116f30c72393b2a7650cb72568100e.tar.gz
gen-fac.c, gen-fib.c: Correct the name of the program in error message.
Diffstat (limited to 'gen-fib.c')
-rw-r--r--gen-fib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gen-fib.c b/gen-fib.c
index def39f5de..647a6bb97 100644
--- a/gen-fib.c
+++ b/gen-fib.c
@@ -1,6 +1,6 @@
/* Generate Fibonacci table data.
-Copyright 2001, 2002, 2004, 2012, 2014 Free Software Foundation, Inc.
+Copyright 2001, 2002, 2004, 2012, 2014, 2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -123,7 +123,7 @@ main (int argc, char *argv[])
if (argc != 4)
{
- fprintf (stderr, "Usage: gen-bases <header|table> <limbbits> <nailbits>\n");
+ fprintf (stderr, "Usage: gen-fib <header|table> <limbbits> <nailbits>\n");
exit (1);
}