Skip to content

Commit a395e6f

Browse files
DraagrenKirnehandrewrk
authored andcommitted
fix typo in --help option
1 parent 3fcef95 commit a395e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4205,7 +4205,7 @@ pub fn cmdPkg(gpa: Allocator, arena: Allocator, args: []const []const u8) !void
42054205

42064206
if (mem.eql(u8, command_arg, "-h") or mem.eql(u8, command_arg, "--help")) {
42074207
const stdout = io.getStdOut().writer();
4208-
try stdout.writeAll(usage_fmt);
4208+
try stdout.writeAll(usage_pkg);
42094209
return cleanExit();
42104210
}
42114211

0 commit comments

Comments
 (0)