From 97239242226b91541ad5fcc95e097b2c7f7caee6 Mon Sep 17 00:00:00 2001 From: Imbus Date: Mon, 9 Feb 2026 13:53:46 +0100 Subject: [PATCH] Use stylized name in help section --- writeimg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writeimg.c b/writeimg.c index 932a20d..1c500b4 100644 --- a/writeimg.c +++ b/writeimg.c @@ -199,7 +199,7 @@ static const struct option longopts[] = { }; int main(int argc, char *argv[]) { - printf("%s %s, Rev. %s\n", basename(argv[0]), VERSION, GITREV); + printf("%s %s, Rev. %s\n", "WriteIMG", VERSION, GITREV); /* Line buffering, system allocated */ setvbuf(stdout, NULL, _IOLBF, 0);