From 1fe21ae27841d6cbf56490b24eb61e21cf7dd03b Mon Sep 17 00:00:00 2001 From: emax Date: Fri, 14 Mar 2008 16:29:25 +0000 Subject: Update usage() - add new -D option. While I'm here, update copyright information and license formatting MFC after: 1 day --- usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c b/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c index ad33a60..cea2e3b 100644 --- a/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c +++ b/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c @@ -1,7 +1,9 @@ /* * rfcomm_pppd.c - * - * Copyright (c) 2001-2003 Maksim Yevmenkin + */ + +/*- + * Copyright (c) 2001-2008 Maksim Yevmenkin * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -469,6 +471,7 @@ usage(void) "\t-c Act as a clinet (default)\n" \ "\t-C channel RFCOMM channel to listen on or connect to (required)\n" \ "\t-d Run in foreground\n" \ +"\t-D Register Dial-Up Networking service (server mode only)\n" \ "\t-l label Use PPP label (required)\n" \ "\t-s Act as a server\n" \ "\t-S Register Serial Port service (server mode only)\n" \ -- cgit v1.1