Explorar o código

* Remove old reference to -e/-d STDOUT

Bryan Drewery %!s(int64=16) %!d(string=hai) anos
pai
achega
07ced985bd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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")) {