From: Ted Lemon Date: Thu, 5 Apr 2001 22:41:31 +0000 (+0000) Subject: Document -P command line switch in usage. X-Git-Tag: V3-BETA-2-PATCH-24~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=984d434c690dd291a8256452d72e0d5ca3d4d3ea;p=thirdparty%2Fdhcp.git Document -P command line switch in usage. --- diff --git a/dhcpctl/omshell.c b/dhcpctl/omshell.c index 46198270d..5402e67e2 100644 --- a/dhcpctl/omshell.c +++ b/dhcpctl/omshell.c @@ -71,7 +71,7 @@ void classify (struct packet *packet, struct class *class) { } static void usage (char *s) { fprintf (stderr, "Usage: %s [-n ] [-p ] " - "[-a ]\n", s); + "[-a ] [-P ]\n", s); exit (1); }