We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2225708 commit d81698cCopy full SHA for d81698c
src/main.zig
@@ -128,7 +128,7 @@ fn tryExecute(
128
io._stderr.print(
129
\\{0s}: command '{1s}' not found
130
\\the name of this executable/symlink is not a valid command and no command specified as first argument
131
- \\view available commands with 'zig-coreutils --list'
+ \\view available commands with '{0s} --list'
132
\\
133
, .{ exe_path, basename }) catch {};
134
return error.AlreadyHandled;
0 commit comments