summaryrefslogtreecommitdiff
path: root/gen-fac.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-fac.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-fac.c')
-rw-r--r--gen-fac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gen-fac.c b/gen-fac.c
index 197bdef71..932b72593 100644
--- a/gen-fac.c
+++ b/gen-fac.c
@@ -1,6 +1,6 @@
/* Generate data for combinatorics: fac_ui, bin_uiui, ...
-Copyright 2002, 2011-2014 Free Software Foundation, Inc.
+Copyright 2002, 2011-2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -268,7 +268,7 @@ main (int argc, char *argv[])
if (argc != 3)
{
- fprintf (stderr, "Usage: gen-fac_ui limbbits nailbits\n");
+ fprintf (stderr, "Usage: gen-fac limbbits nailbits\n");
exit (1);
}
limb_bits = atoi (argv[1]);