test: eprintf in usage
This commit is contained in:
parent
fcb8821246
commit
7c121e189e
5
test.c
5
test.c
|
@ -114,7 +114,6 @@ usage(void)
|
||||||
{
|
{
|
||||||
const char *ket = (*argv0 == '[') ? " ]" : "";
|
const char *ket = (*argv0 == '[') ? " ]" : "";
|
||||||
|
|
||||||
fprintf(stderr, "usage: %s string%s\n"
|
eprintf("usage: %s string%s\n"
|
||||||
" %s [!] [-bcdefghLnprSstuwxz] string%s\n", argv0, ket, argv0, ket);
|
" %s [!] [-bcdefghLnprSstuwxz] string%s\n", argv0, ket, argv0, ket);
|
||||||
exit(EXIT_FAILURE);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user