Cleanup usage() across sbase
Some tools didn't use argv0 for tool name, or usage() at all.
This commit is contained in:
3
chown.c
3
chown.c
@@ -40,7 +40,8 @@ chownpwgr(const char *path, struct stat *st, void *data, struct recursor *r)
|
||||
static void
|
||||
usage(void)
|
||||
{
|
||||
eprintf("usage: %s [-h] [-R [-H | -L | -P]] [owner][:[group]] file ...\n", argv0);
|
||||
eprintf("usage: %s [-h] [-R [-H | -L | -P]] [owner][:[group]] "
|
||||
"file ...\n", argv0);
|
||||
}
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user