Pārlūkot izejas kodu

* Remove old reference to -e/-d STDOUT

Bryan Drewery 16 gadi atpakaļ
vecāks
revīzija
07ced985bd
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -275,7 +275,7 @@ static void got_ed(char *which, char *in, char *out)
 {
   sdprintf(STR("got_Ed called: -%s i: %s o: %s"), which, in, out);
   if (!in || !out)
-    fatal(STR("Wrong number of arguments: -e/-d <infile> <outfile/STDOUT>"),0);
+    fatal(STR("Wrong number of arguments: -e/-d <infile> <outfile>"),0);
   if (!strcmp(in, out))
     fatal(STR("<infile> should NOT be the same name as <outfile>"), 0);
   if (!strcmp(which, "e")) {