summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/pppoe/pppoe.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pppoe/pppoe.c b/usr.sbin/pppoe/pppoe.c
index 0e2b6c0a622..5226535e3bf 100644
--- a/usr.sbin/pppoe/pppoe.c
+++ b/usr.sbin/pppoe/pppoe.c
@@ -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);
}