From 13a6381159116f30c72393b2a7650cb72568100e Mon Sep 17 00:00:00 2001 From: Marco Bodrato Date: Sat, 10 Oct 2015 07:47:07 +0200 Subject: gen-fac.c, gen-fib.c: Correct the name of the program in error message. --- gen-fac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gen-fac.c') 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]); -- cgit v1.2.1