Use stylized name in help section
This commit is contained in:
parent
d0a3db77e9
commit
9723924222
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue