summaryrefslogtreecommitdiffstats
path: root/libexec/pppoed
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-09 20:36:12 +0000
committerru <ru@FreeBSD.org>2005-02-09 20:36:12 +0000
commitad21eaf4a14b7d941b1d6cda9339f7bebfe2eca8 (patch)
tree3d1c40e371633d6912205343577a3b856ea09d77 /libexec/pppoed
parent349a29d45a7cc10539fc1a42363885f1d186bc0a (diff)
downloadFreeBSD-src-ad21eaf4a14b7d941b1d6cda9339f7bebfe2eca8.zip
FreeBSD-src-ad21eaf4a14b7d941b1d6cda9339f7bebfe2eca8.tar.gz
Sync program's usage() with manpage's SYNOPSIS.
Diffstat (limited to 'libexec/pppoed')
-rw-r--r--libexec/pppoed/pppoed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/pppoed/pppoed.c b/libexec/pppoed/pppoed.c
index 3fdac99..8dfebb7 100644
--- a/libexec/pppoed/pppoed.c
+++ b/libexec/pppoed/pppoed.c
@@ -73,7 +73,7 @@ static int
usage(const char *prog)
{
fprintf(stderr, "usage: %s [-Fd] [-P pidfile] [-a name] [-e exec | -l label]"
- " [-p provider] interface\n", prog);
+ " [-n ngdebug] [-p provider] interface\n", prog);
return EX_USAGE;
}
OpenPOWER on IntegriCloud