commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-36-g7f221f


From: Alfred M. Szmidt
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-36-g7f221ff
Date: Mon, 10 Jul 2017 16:00:08 -0400 (EDT)

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 <address@hidden>
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 <address@hidden>  (tiny change)
+
+       * ftpd/ftpd.c (options) <max-timeout>: Mention mandatory argument.
+
 2017-06-22  Omer Anson <address@hidden>  (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 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]