From 8d9fcb5e5ae5a8806a33a440b9560a604226e9b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C5=8Dshin?= <git@wholezero.org>
Date: Sun, 7 Jan 2024 10:35:50 -0500
Subject: [PATCH] Fix ape-m1.c usage

It's not about `$0` anymore.
---
 ape/ape-m1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ape/ape-m1.c b/ape/ape-m1.c
index b8347e431..82c98feaa 100644
--- a/ape/ape-m1.c
+++ b/ape/ape-m1.c
@@ -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");