From 9dad742c8ce92aa0d235f5b8e8021e5ee52cbaa5 Mon Sep 17 00:00:00 2001 From: harti Date: Mon, 11 Aug 2003 07:14:10 +0000 Subject: Add the new arguments for the add pvc command to the help information. Correct a comment. Submitted by: Vincent Jardin MFC after: 3 days --- sbin/atm/atm/atm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sbin/atm') diff --git a/sbin/atm/atm/atm.c b/sbin/atm/atm/atm.c index f4246ec8..356098e 100644 --- a/sbin/atm/atm/atm.c +++ b/sbin/atm/atm/atm.c @@ -81,6 +81,7 @@ __RCSID("@(#) $FreeBSD$"); \n\ VC management subcommands:\n\ add pvc ...\n\ + [UBR | CBR | VBR ]\n\ delete pvc \n\ delete svc \n\ show stats vcc [ [vpi [vci]]]\n\ @@ -536,7 +537,8 @@ detach(int argc __unused, char **argv, const struct cmd *cmdp __unused) * * Command format: * atm add PVC - * [ubr | cbr | vbr ] + * ...owner info... + * [ubr | cbr | vbr ] * * Arguments: * argc number of arguments to command -- cgit v1.1