this is technically barf too I guess?

This commit is contained in:
Devin J. Pohly 2020-08-19 00:24:57 -05:00
parent f13227ebae
commit f79746c578
1 changed files with 1 additions and 2 deletions

3
dwl.c
View File

@ -1950,6 +1950,5 @@ main(int argc, char *argv[])
return EXIT_SUCCESS;
usage:
printf("Usage: %s [-qvd] [-s startup command]\n", argv[0]);
return EXIT_FAILURE;
BARF("Usage: %s [-qvd] [-s startup command]", argv[0]);
}