/* factor -- print factors of n. lose if n > 2^32.
- Copyright (C) 86, 1995 Free Software Foundation, Inc.
+ Copyright (C) 86, 1995, 96 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
else
{
printf (_("\
-Usage: %s [NUMBER...]\n\
+Usage: %s [NUMBER]...\n\
or: %s OPTION\n\
"),
program_name, program_name);
printf (_("\
+Print factors of each NUMBER; read standard input with no arguments.\n\
\n\
--help display this help and exit\n\
--version output version information and exit\n\