summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-08-13 21:45:33 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2025-08-13 21:45:33 +0200
commit48095489b4e1b85f82d80adf69abd691f9bc1679 (patch)
treec20a6ad7fbe190bde92374a43f3018bf29a7be39 /src
parentceb5eba67fff7cc8f85cbb113a86e0c6f349d9db (diff)
Update README and self-identification.
Diffstat (limited to 'src')
-rw-r--r--src/eval.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.zig b/src/eval.zig
index aeebba3..6c9a449 100644
--- a/src/eval.zig
+++ b/src/eval.zig
@@ -163,7 +163,7 @@ fn executeCommandWithOutput(command: Command, allocator: Allocator, output_captu
return CommandStatus{ .Code = 0 };
},
.Ver => {
- const output = "MS-DOS Version 6.22 (Zig Implementation)\n";
+ const output = "DOSE Version 6.22\n";
if (output_capture) |capture| {
try capture.write(output);
} else {