Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/pax Tweak tar_usage().



details:   https://anonhg.NetBSD.org/src/rev/8feced664b14
branches:  trunk
changeset: 538293:8feced664b14
user:      soren <soren%NetBSD.org@localhost>
date:      Wed Oct 16 23:37:49 2002 +0000

description:
Tweak tar_usage().

diffstat:

 bin/pax/options.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2397257aa378 -r 8feced664b14 bin/pax/options.c
--- a/bin/pax/options.c Wed Oct 16 23:22:59 2002 +0000
+++ b/bin/pax/options.c Wed Oct 16 23:37:49 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: options.c,v 1.52 2002/10/16 23:22:59 soren Exp $       */
+/*     $NetBSD: options.c,v 1.53 2002/10/16 23:37:49 soren Exp $       */
 
 /*-
  * Copyright (c) 1992 Keith Muller.
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)options.c  8.2 (Berkeley) 4/18/94";
 #else
-__RCSID("$NetBSD: options.c,v 1.52 2002/10/16 23:22:59 soren Exp $");
+__RCSID("$NetBSD: options.c,v 1.53 2002/10/16 23:37:49 soren Exp $");
 #endif
 #endif /* not lint */
 
@@ -1925,7 +1925,7 @@
 void
 tar_usage(void)
 {
-       (void)fputs("Usage: tar -{crtux}[-befhmopqvwzHLOPXZ014578] [archive] "
+       (void)fputs("Usage: tar [-]{crtux}[-befhmopqvwzHLOPXZ014578] [archive] "
                    "[blocksize]\n"
                    "           [-C directory] [-T file] [-s replstr] "
                    "[file ...]\n", stderr);



Home | Main Index | Thread Index | Old Index