Fix ape-m1.c usage

It's not about `$0` anymore.
This commit is contained in:
Jōshin 2024-01-07 10:35:50 -05:00
parent aa37a327ea
commit 8d9fcb5e5a
No known key found for this signature in database

View file

@ -1001,7 +1001,7 @@ int main(int argc, char **argv, char **envp) {
} else if (argc < 2) {
Emit("usage: ape PROG [ARGV1,ARGV2,...]\n"
" ape - PROG [ARGV0,ARGV1,...]\n"
" ($0 = PROG.ape) [ARGV1,ARGV2,...]\n"
" PROG.ape [ARGV1,ARGV2,...]\n"
"actually portable executable loader silicon 1.10\n"
"copyrights 2023 justine alexandra roberts tunney\n"
"https://justine.lol/ape.html\n");