summaryrefslogtreecommitdiffstats
path: root/dhcpcd.8.in
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-07-04 12:08:51 +0000
committerRoy Marples <roy@marples.name>2008-07-04 12:08:51 +0000
commita3f53aeaff648137dd0314b3434c876036304f5b (patch)
tree0fb4523bff1869b136a33f1282ea991289920773 /dhcpcd.8.in
parent69175affefa389110a65434930a4e749f9600231 (diff)
downloaddhcpcd-a3f53aeaff648137dd0314b3434c876036304f5b.tar.xz
Send LOG_INFO to the console by default so users know what it's doing a little more. This can be disabled with the new -q, --quiet option.
Diffstat (limited to 'dhcpcd.8.in')
-rw-r--r--dhcpcd.8.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in
index ed83ac4f..b8a8c256 100644
--- a/dhcpcd.8.in
+++ b/dhcpcd.8.in
@@ -22,14 +22,14 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd Jun 30, 2008
+.Dd Jul 04, 2008
.Dt DHCPCD 8 SMM
.Sh NAME
.Nm dhcpcd
.Nd an RFC 2131 compliant DHCP client
.Sh SYNOPSIS
.Nm
-.Op Fl dknpADEGKLSTV
+.Op Fl dknpqADEGKLSTV
.Op Fl c , -script Ar script
.Op Fl f , -config Ar file
.Op Fl h , -hostname Ar hostname
@@ -307,6 +307,11 @@ However, there are sometimes situations where you don't want the things to be
configured exactly how the the DHCP server wants.
Here are some options that deal with turning these bits off.
.Bl -tag -width indent
+.It Fl q , -quiet
+Quiet
+.Nm
+on the command line, only warnings and errors will be displayed.
+The messagea are still logged though.
.It Fl A , -noarp
Don't request or claim the address by ARP.
This also disables IPv4LL.