This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".
The branch, master has been updated
via 7f221ff1f910f963c1367f21b25e36137995cd5c (commit)
from d0496fa7d025ad55d8da0ee51bb873ea71c1d072 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=7f221ff1f910f963c1367f21b25e36137995cd5c
commit 7f221ff1f910f963c1367f21b25e36137995cd5c
Author: Alfred M. Szmidt <[email protected]>
Date: Mon Jul 10 19:59:44 2017 +0000
ftpd/ftpd.c (options) <max-timeout>: Mention mandatory argument.
diff --git a/ChangeLog b/ChangeLog
index 7cb60d8..ee9ebef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-10 Omer Anson <[email protected]> (tiny change)
+
+ * ftpd/ftpd.c (options) <max-timeout>: Mention mandatory argument.
+
2017-06-22 Omer Anson <[email protected]> (tiny change)
* ftp/main.c (main): Don't assume that uninitialized argv[argv] is
diff --git a/ftpd/ftpd.c b/ftpd/ftpd.c
index 2683524..b88abcb 100644
--- a/ftpd/ftpd.c
+++ b/ftpd/ftpd.c
@@ -294,8 +294,8 @@ static struct argp_option options[] = {
{ "timeout", 't', "TIMEOUT", 0,
"set default idle timeout",
GRID+1 },
- { "max-timeout", 'T', NULL, 0,
- "reset maximum value of timeout allowed",
+ { "max-timeout", 'T', "MAX_TIMEOUT", 0,
+ "set maximum value of timeout allowed",
GRID+1 },
{ "non-rfc2577", OPT_NONRFC2577, NULL, 0,
"neglect RFC 2577 by giving info on missing users",
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
ftpd/ftpd.c | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
GNU Inetutils
_______________________________________________
Commit-inetutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/commit-inetutils