aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tcopy/tcopy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tcopy/tcopy.cc')
-rw-r--r--usr.bin/tcopy/tcopy.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/tcopy/tcopy.cc b/usr.bin/tcopy/tcopy.cc
index 37a146376c2e..a1dd35682aac 100644
--- a/usr.bin/tcopy/tcopy.cc
+++ b/usr.bin/tcopy/tcopy.cc
@@ -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);
}