Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/rdist Fix incorrect usage message. Problem noted by ...



details:   https://anonhg.NetBSD.org/src/rev/ee70cb08b1ab
branches:  trunk
changeset: 516908:ee70cb08b1ab
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Nov 01 16:31:48 2001 +0000

description:
Fix incorrect usage message. Problem noted by Brian Ginsbach in
PR bin/14411.

diffstat:

 usr.bin/rdist/main.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 02e1e8649949 -r ee70cb08b1ab usr.bin/rdist/main.c
--- a/usr.bin/rdist/main.c      Thu Nov 01 16:30:53 2001 +0000
+++ b/usr.bin/rdist/main.c      Thu Nov 01 16:31:48 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.11 2000/06/12 04:43:11 mrg Exp $    */
+/*     $NetBSD: main.c,v 1.12 2001/11/01 16:31:48 tron Exp $   */
 
 /*
  * Copyright (c) 1983, 1993
@@ -43,7 +43,7 @@
 #if 0
 static char sccsid[] = "@(#)main.c     8.1 (Berkeley) 6/9/93";
 #else
-__RCSID("$NetBSD: main.c,v 1.11 2000/06/12 04:43:11 mrg Exp $");
+__RCSID("$NetBSD: main.c,v 1.12 2001/11/01 16:31:48 tron Exp $");
 #endif
 #endif /* not lint */
 
@@ -243,8 +243,8 @@
 static void
 usage()
 {
-       printf("Usage: rdist [-nqbhirvwyD] [-f distfile] [-d var=value] [-m host] [file ...]\n");
-       printf("or: rdist [-nqbhirvwyD] -c source [...] machine[:dest]\n");
+       printf("Usage: rdist [-nqbRhivwyD] [-f distfile] [-d var=value] [-m host] [file ...]\n");
+       printf("or: rdist [-nqbRhivwyD] -c source [...] machine[:dest]\n");
        exit(1);
 }
 



Home | Main Index | Thread Index | Old Index