From 65c073b1475d38c4b8e004b4dd7624f7e41e3c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Mon, 9 Feb 2026 23:44:35 +0100 Subject: [PATCH] generate_linux_syscalls: update usage text --- tools/generate_linux_syscalls.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/generate_linux_syscalls.zig b/tools/generate_linux_syscalls.zig index 70d410f806b35999af5950f67cf8faecfb951fa7..403c09d3438f97546120bb40f27eefc8ab58072e 100644 --- a/tools/generate_linux_syscalls.zig +++ b/tools/generate_linux_syscalls.zig @@ -250,8 +250,8 @@ pub fn main(init: std.process.Init) !void { fn usage(w: *std.Io.Writer, arg0: []const u8) std.Io.Writer.Error!void { try w.print( - \\Usage: {s} /path/to/zig /path/to/linux - \\Alternative Usage: zig run /path/to/git/zig/tools/generate_linux_syscalls.zig -- /path/to/zig /path/to/linux + \\Usage: {s} /path/to/linux + \\Alternative Usage: zig run /path/to/git/zig/tools/generate_linux_syscalls.zig -- /path/to/linux \\ \\Generates the list of Linux syscalls for each supported cpu arch, using the Linux development tree. \\Prints to stdout Zig code which you can use to replace the file lib/std/os/linux/syscalls.zig. -- 2.54.0