Module Name:    src
Committed By:   wiz
Date:           Fri Dec 31 06:16:17 UTC 2010

Modified Files:
        src/usr.sbin/ldpd: main.c

Log Message:
Make usage match SYNOPSIS.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/ldpd/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/ldpd/main.c
diff -u src/usr.sbin/ldpd/main.c:1.3 src/usr.sbin/ldpd/main.c:1.4
--- src/usr.sbin/ldpd/main.c:1.3	Thu Dec 30 11:29:21 2010
+++ src/usr.sbin/ldpd/main.c	Fri Dec 31 06:16:17 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.3 2010/12/30 11:29:21 kefren Exp $ */
+/* $NetBSD: main.c,v 1.4 2010/12/31 06:16:17 wiz Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
 
 void print_usage(char *myself)
 {
-	printf("\nUsage: %s [-DdfhW] [-p PORT]\n\n", myself);
+	printf("\nUsage: %s [-DdfhW] [-c config_file] [-p port]\n\n", myself);
 }
 
 int 

Reply via email to