Mention physical and sync logging in the ``set log''
usage message.
This commit is contained in:
parent
fcc3f5ee76
commit
0d4fe7a80f
@ -17,7 +17,7 @@
|
||||
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
||||
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*
|
||||
* $Id: command.c,v 1.195 1999/05/31 23:57:35 brian Exp $
|
||||
* $Id: command.c,v 1.196 1999/06/02 00:46:52 brian Exp $
|
||||
*
|
||||
*/
|
||||
#include <sys/param.h>
|
||||
@ -143,7 +143,7 @@
|
||||
#define NEG_DNS 52
|
||||
|
||||
const char Version[] = "2.21";
|
||||
const char VersionDate[] = "$Date: 1999/05/31 23:57:35 $";
|
||||
const char VersionDate[] = "$Date: 1999/06/02 00:46:52 $";
|
||||
|
||||
static int ShowCommand(struct cmdargs const *);
|
||||
static int TerminalCommand(struct cmdargs const *);
|
||||
@ -1818,7 +1818,7 @@ static struct cmdtab const SetCommands[] = {
|
||||
"set lcpretry value [attempts]", (const void *)VAR_LCPRETRY},
|
||||
{"log", NULL, log_SetLevel, LOCAL_AUTH, "log level",
|
||||
"set log [local] [+|-]async|cbcp|ccp|chat|command|connect|debug|hdlc|id0|"
|
||||
"ipcp|lcp|lqm|phase|tcp/ip|timer|tun..."},
|
||||
"ipcp|lcp|lqm|phase|physical|sync|tcp/ip|timer|tun..."},
|
||||
{"login", NULL, SetVariable, LOCAL_AUTH | LOCAL_CX,
|
||||
"login script", "set login chat-script", (const void *) VAR_LOGIN},
|
||||
{"lqrperiod", NULL, SetVariable, LOCAL_AUTH | LOCAL_CX_OPT,
|
||||
|
Loading…
Reference in New Issue
Block a user