1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

(main): update --version output again

This commit is contained in:
Jim Meyering
1996-10-04 04:25:46 +00:00
parent de05a873ec
commit 630b771f1b
22 changed files with 22 additions and 22 deletions

View File

@@ -1518,7 +1518,7 @@ main (int argc, char **argv)
if (show_version)
{
printf ("csplit (GNU %s) %s\n", PACKAGE, VERSION);
printf ("csplit (%s) %s\n", GNU_PACKAGE, VERSION);
exit (EXIT_SUCCESS);
}