Prepend "usage: " in usage()
This commit is contained in:
parent
3423752465
commit
23fdd768f0
@ -226,7 +226,7 @@ static const struct var limits_l[] = {
|
||||
void
|
||||
usage(void)
|
||||
{
|
||||
eprintf("%s -v spec arc arco\n", argv0);
|
||||
eprintf("usage: %s -v spec arc arco\n", argv0);
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user