summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-02-05 00:32:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-02-05 00:32:13 +0000
commit5b54b4aa52f1d8d66fba8fdca132e24051441b16 (patch)
treed207c16ab3c2cbfa9df57f53d5918c7d62b85d78 /bin
parent1df01e001d28dd69ae530d69f2a7fc0422dcde9d (diff)
improve usage
Diffstat (limited to 'bin')
-rw-r--r--bin/pax/options.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/pax/options.c b/bin/pax/options.c
index 68b0ebadd0b..cfabc071d2d 100644
--- a/bin/pax/options.c
+++ b/bin/pax/options.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: options.c,v 1.43 2000/11/09 03:36:10 provos Exp $ */
+/* $OpenBSD: options.c,v 1.44 2001/02/05 00:32:12 deraadt Exp $ */
/* $NetBSD: options.c,v 1.6 1996/03/26 23:54:18 mrg Exp $ */
/*-
@@ -42,7 +42,7 @@
#if 0
static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 4/18/94";
#else
-static char rcsid[] = "$OpenBSD: options.c,v 1.43 2000/11/09 03:36:10 provos Exp $";
+static char rcsid[] = "$OpenBSD: options.c,v 1.44 2001/02/05 00:32:12 deraadt Exp $";
#endif
#endif /* not lint */
@@ -1581,7 +1581,7 @@ void
tar_usage()
#endif
{
- (void)fputs("usage: tar -{txru}[cevfbmopqswzBHLPXZ014578] [tapefile] ",
+ (void)fputs("usage: tar [-]{txru}[cevfbmopqswzBHLPXZ014578] [tapefile] ",
stderr);
(void)fputs("[blocksize] [replstr] [-C directory] [-T file] file1 file2...\n",
stderr);