From fb1eb05c2114123fff3981923bacfb74ac6b03ae Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Sun, 10 Jan 2021 12:34:39 +1100 Subject: zig master updates --- example/help.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/help.zig') diff --git a/example/help.zig b/example/help.zig index 2775177..c210ff9 100644 --- a/example/help.zig +++ b/example/help.zig @@ -3,7 +3,7 @@ const clap = @import("clap"); pub fn main() !void { const stderr_file = std.io.getStdErr(); - var stderr_out_stream = stderr_file.outStream(); + var stderr_out_stream = stderr_file.writer(); // clap.help is a function that can print a simple help message, given a // slice of Param(Help). There is also a helpEx, which can print a -- cgit v1.2.3