Use stylized name in help section

This commit is contained in:
Imbus 2026-02-09 13:53:46 +01:00
parent d0a3db77e9
commit 9723924222

View file

@ -199,7 +199,7 @@ static const struct option longopts[] = {
}; };
int main(int argc, char *argv[]) { 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 */ /* Line buffering, system allocated */
setvbuf(stdout, NULL, _IOLBF, 0); setvbuf(stdout, NULL, _IOLBF, 0);