this is technically barf too I guess?
This commit is contained in:
parent
f13227ebae
commit
f79746c578
1 changed files with 1 additions and 2 deletions
3
dwl.c
3
dwl.c
|
@ -1950,6 +1950,5 @@ main(int argc, char *argv[])
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
|
|
||||||
usage:
|
usage:
|
||||||
printf("Usage: %s [-qvd] [-s startup command]\n", argv[0]);
|
BARF("Usage: %s [-qvd] [-s startup command]", argv[0]);
|
||||||
return EXIT_FAILURE;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue