diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-04-22 13:44:47 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-04-22 13:44:47 +0000 |
| commit | d397408818fbfa179246fb327659e3fb29ffff31 (patch) | |
| tree | bf1d5b964f5e7e91c796086166af5a86d7d454a0 /libexec | |
| parent | 5fd42ef5250ff96f7b282f64a0a4cf9a6b7e9a91 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/pppoed/pppoed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/pppoed/pppoed.c b/libexec/pppoed/pppoed.c index 63f7325b57e1..55616f18a8ed 100644 --- a/libexec/pppoed/pppoed.c +++ b/libexec/pppoed/pppoed.c @@ -71,7 +71,7 @@ static int ReceivedSignal; static int usage(const char *prog) { - fprintf(stderr, "Usage: %s [-Fd] [-P pidfile] [-a name] [-e exec | -l label]" + fprintf(stderr, "usage: %s [-Fd] [-P pidfile] [-a name] [-e exec | -l label]" " [-p provider] interface\n", prog); return EX_USAGE; } |
