Skip to content

Commit d81698c

Browse files
committed
main: correct referral to exe path in error message
1 parent 2225708 commit d81698c

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
@@ -128,7 +128,7 @@ fn tryExecute(
128128
io._stderr.print(
129129
\\{0s}: command '{1s}' not found
130130
\\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'
131+
\\view available commands with '{0s} --list'
132132
\\
133133
, .{ exe_path, basename }) catch {};
134134
return error.AlreadyHandled;

0 commit comments

Comments
 (0)