Blame SOURCES/freeradius-dhcpclient-Add-a-short-description-to-help-output.patch
|
|
75e927 |
From 313d551547efa8493741ef1344e0629aab04dd70 Mon Sep 17 00:00:00 2001
|
|
|
75e927 |
From: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
|
|
|
75e927 |
Date: Fri, 5 Dec 2014 15:07:59 +0200
|
|
|
75e927 |
Subject: [PATCH 3/3] dhcpclient: Add a short description to help output
|
|
|
75e927 |
|
|
|
75e927 |
Add a short description of the program's function to the help output of
|
|
|
75e927 |
dhcpclient.
|
|
|
75e927 |
---
|
|
|
75e927 |
src/modules/proto_dhcp/dhcpclient.c | 1 +
|
|
|
75e927 |
1 file changed, 1 insertion(+)
|
|
|
75e927 |
|
|
|
75e927 |
diff --git a/src/modules/proto_dhcp/dhcpclient.c b/src/modules/proto_dhcp/dhcpclient.c
|
|
|
75e927 |
index 64debfe..5677588 100644
|
|
|
75e927 |
--- a/src/modules/proto_dhcp/dhcpclient.c
|
|
|
75e927 |
+++ b/src/modules/proto_dhcp/dhcpclient.c
|
|
|
75e927 |
@@ -70,6 +70,7 @@ char const *dhcpclient_version = "dhcpclient version " RADIUSD_VERSION_STRING
|
|
|
75e927 |
static void NEVER_RETURNS usage(void)
|
|
|
75e927 |
{
|
|
|
75e927 |
fprintf(stderr, "Usage: dhcpclient [options] server[:port] <command>\n");
|
|
|
75e927 |
+ fprintf(stderr, "Send a DHCP request with provided RADIUS attrs and output response.\n");
|
|
|
75e927 |
|
|
|
75e927 |
fprintf(stderr, " <command> One of discover, request, offer, decline, release, inform.\n");
|
|
|
75e927 |
fprintf(stderr, " -d <directory> Set the directory where the dictionaries are stored (defaults to " RADDBDIR ").\n");
|
|
|
75e927 |
--
|
|
|
75e927 |
2.1.3
|
|
|
75e927 |
|