summaryrefslogtreecommitdiff
path: root/example/usage.zig
diff options
context:
space:
mode:
Diffstat (limited to 'example/usage.zig')
-rw-r--r--example/usage.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/usage.zig b/example/usage.zig
index 25e1a34..dc88c48 100644
--- a/example/usage.zig
+++ b/example/usage.zig
@@ -2,7 +2,7 @@ const std = @import("std");
2const clap = @import("clap"); 2const clap = @import("clap");
3 3
4pub fn main() !void { 4pub fn main() !void {
5 const stderr = std.io.getStdErr().outStream(); 5 const stderr = std.io.getStdErr().writer();
6 6
7 // clap.usage is a function that can print a simple usage message, given a 7 // clap.usage is a function that can print a simple usage message, given a
8 // slice of Param(Help). There is also a usageEx, which can print a 8 // slice of Param(Help). There is also a usageEx, which can print a