From 4168832193a5c6845fac2acffc54208ab19f4df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C5=8Dshin?= Date: Tue, 2 Jan 2024 14:37:58 -0500 Subject: [PATCH] add a byte to loader.c makes usage justified for 1.10 --- ape/loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ape/loader.c b/ape/loader.c index 6bbdf8af5..eb39d9326 100644 --- a/ape/loader.c +++ b/ape/loader.c @@ -896,7 +896,7 @@ __attribute__((__noreturn__)) static void ShowUsage(int os, int fd, int rc) { "NAME\n" "\n" " actually portable executable loader version " APE_VERSION_STR "\n" - " copyright 2023 justine alexandra roberts tunney\n" + " copyrights 2023 justine alexandra roberts tunney\n" " https://justine.lol/ape.html\n" "\n" "USAGE\n"