mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
missing "usage:"
This commit is contained in:
parent
fc21d27fea
commit
6b2e063b0c
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: pppoe.c,v 1.16 2005/05/03 05:44:35 djm Exp $ */
|
||||
/* $OpenBSD: pppoe.c,v 1.17 2008/06/24 08:21:46 sobrado Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2000 Network Security Technologies, Inc. http://www.netsec.net
|
||||
@ -463,7 +463,8 @@ usage(void)
|
||||
{
|
||||
extern char *__progname;
|
||||
|
||||
fprintf(stderr,"%s [-sv] [-i interface] [-n service] [-p system]\n",
|
||||
fprintf(stderr,
|
||||
"usage: %s [-sv] [-i interface] [-n service] [-p system]\n",
|
||||
__progname);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user