BSD 4_3_Reno release
[unix-history] / usr / src / usr.bin / spline / spline.c
index bec5463..7682761 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)spline.c    4.6 (Berkeley) %G%";
+static char *sccsid = "@(#)spline.c    4.5 (Berkeley) 12/2/87";
 #endif
 
 #include <stdio.h>
 #endif
 
 #include <stdio.h>
@@ -307,9 +307,7 @@ again:              switch(argv[0][0]) {
                        x.ubf = 1;
                        break;
                default:
                        x.ubf = 1;
                        break;
                default:
-                       (void)fprintf(stderr, "spline: illegal option -- %c\n",
-                           argv[0][0]);
-                       (void)fprintf(stderr, "usage: spline [-aknpx]\n");
+                       fprintf(stderr, "Bad agrument\n");
                        exit(1);
                }
        }
                        exit(1);
                }
        }