summaryrefslogtreecommitdiff
path: root/dhcpctl/omshell.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-04-05 22:41:31 +0000
committerTed Lemon <source@isc.org>2001-04-05 22:41:31 +0000
commit984d434c690dd291a8256452d72e0d5ca3d4d3ea (patch)
treed9ebcf867e74bde0caa9bedf755535c176465b66 /dhcpctl/omshell.c
parentee8a36530f781f3654114143e8976aea7082560a (diff)
downloadisc-dhcp-984d434c690dd291a8256452d72e0d5ca3d4d3ea.tar.gz
Document -P command line switch in usage.
Diffstat (limited to 'dhcpctl/omshell.c')
-rw-r--r--dhcpctl/omshell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpctl/omshell.c b/dhcpctl/omshell.c
index 46198270..5402e67e 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 <username>] [-p <password>] "
- "[-a <algorithm>]\n", s);
+ "[-a <algorithm>] [-P <port>]\n", s);
exit (1);
}