projects
/
oweals
/
odhcp6c.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f3f253
)
fix pidfile default in help text
author
Kaspar Schleiser
<kaspar@schleiser.de>
Wed, 29 Jan 2014 09:40:30 +0000
(10:40 +0100)
committer
Kaspar Schleiser
<kaspar@schleiser.de>
Wed, 29 Jan 2014 09:40:30 +0000
(10:40 +0100)
src/odhcp6c.c
patch
|
blob
|
history
diff --git
a/src/odhcp6c.c
b/src/odhcp6c.c
index 4a9267dc19e490781c7cadf7ac8261ab32755836..c4ce7d77155a8d1532efe24a263ae5678fa81f52 100644
(file)
--- a/
src/odhcp6c.c
+++ b/
src/odhcp6c.c
@@
-439,7
+439,7
@@
static int usage(void)
" -k Don't send a RELEASE when stopping\n"
" -t <seconds> Maximum timeout for DHCPv6-SOLICIT (120)\n"
"\nInvocation options:\n"
- " -p <pidfile> Set pidfile (/var/run/
6relayd
.pid)\n"
+ " -p <pidfile> Set pidfile (/var/run/
odhcp6c
.pid)\n"
" -d Daemonize\n"
" -e Write logmessages to stderr\n"
//" -v Increase logging verbosity\n"