You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2012/05/07 13:18:06 UTC

svn commit: r1334956 - /subversion/trunk/subversion/svnserve/main.c

Author: stsp
Date: Mon May  7 11:18:06 2012
New Revision: 1334956

URL: http://svn.apache.org/viewvc?rev=1334956&view=rev
Log:
Follow up to r1334953:

* subversion/svnserve/main.c
  (svnserve__options): Add a missing full-stop in windows-only output to
   match output on other systems.

Modified:
    subversion/trunk/subversion/svnserve/main.c

Modified: subversion/trunk/subversion/svnserve/main.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnserve/main.c?rev=1334956&r1=1334955&r2=1334956&view=diff
==============================================================================
--- subversion/trunk/subversion/svnserve/main.c (original)
+++ subversion/trunk/subversion/svnserve/main.c Mon May  7 11:18:06 2012
@@ -172,7 +172,7 @@ static const apr_getopt_option_t svnserv
      N_("read configuration from file ARG")},
     {"listen-port",       SVNSERVE_OPT_LISTEN_PORT, 1,
 #ifdef WIN32
-     N_("listen port. The default port is " SVNSERVE_PORT(SVN_RA_SVN_PORT) "\n"
+     N_("listen port. The default port is " SVNSERVE_PORT(SVN_RA_SVN_PORT) ".\n"
         "                             "
         "[mode: daemon, service, listen-once]")},
 #else