From 8e0432a7239be61e6cb73d8dc869b6efa823abe3 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 31 Dec 2010 06:16:17 +0000 Subject: [PATCH] Make usage match SYNOPSIS. --- usr.sbin/ldpd/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/ldpd/main.c b/usr.sbin/ldpd/main.c index fd7accba0218..0a8bccda0a14 100644 --- a/usr.sbin/ldpd/main.c +++ b/usr.sbin/ldpd/main.c @@ -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 @@ extern struct in_addr conf_ldp_id; 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