mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
Tcopy: add -r option to usage()
This commit is contained in:
parent
e98d341691
commit
97d395d910
1 changed files with 3 additions and 1 deletions
|
|
@ -580,7 +580,9 @@ getspace(size_t blk)
|
|||
static void
|
||||
usage(void)
|
||||
{
|
||||
fprintf(stderr, "usage: tcopy [-cvx] [-s maxblk] [src [dest]]\n");
|
||||
fprintf(stderr,
|
||||
"usage: tcopy [-crvx] [-l logfile] [-s maxblk] [src [dest]]\n"
|
||||
);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue