1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-14 06:03:46 +02:00

(main): Exit after processing --version.

This commit is contained in:
Jim Meyering
1996-03-05 05:47:04 +00:00
parent 7a888be2e5
commit b21af8a7dd
+1
View File
@@ -148,6 +148,7 @@ main (int argc, char **argv)
if (show_version)
{
(void) printf ("seq - %s\n", version_string);
exit (0);
}
if (show_help)