summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.c b/txr.c
index cb2e10f0..584ec159 100644
--- a/txr.c
+++ b/txr.c
@@ -826,8 +826,8 @@ int txr_main(int argc, char **argv)
}
if (parse_stream) {
format(std_error,
- lit("~a: -c ~a: input file has already been established\n"),
- prog_string, spec_file, nao);
+ lit("~a: -c ~a: input source ~a has already been established\n"),
+ prog_string, arg, spec_file_str, nao);
return EXIT_FAILURE;
}
specstring = arg;