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 2010/10/28 03:11:40 UTC

svn commit: r1028158 - /subversion/trunk/subversion/svn/main.c

Author: stsp
Date: Thu Oct 28 01:11:40 2010
New Revision: 1028158

URL: http://svn.apache.org/viewvc?rev=1028158&view=rev
Log:
* subversion/svn/main.c
  (svn_cl__options): Add missing full-stop in help text.

Found by: neels

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

Modified: subversion/trunk/subversion/svn/main.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/main.c?rev=1028158&r1=1028157&r2=1028158&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Thu Oct 28 01:11:40 2010
@@ -338,7 +338,7 @@ const apr_getopt_option_t svn_cl__option
                        SVN_CL__OPTION_CONTINUATION_INDENT
                        "Use of this option is not recommended!\n"
                        SVN_CL__OPTION_CONTINUATION_INDENT
-                       "Please run 'svn update' instead")},
+                       "Please run 'svn update' instead.")},
 
   /* Long-opt Aliases
    *



Re: svn commit: r1028158 - /subversion/trunk/subversion/svn/main.c

Posted by Neels J Hofmeyr <ne...@elego.de>.
stsp, this commit is ridiculous. A full-stop in a help text? With my name on
it!? Please obliterate.

~Neels

On 2010-10-28 03:11, stsp@apache.org wrote:
> Author: stsp
> Date: Thu Oct 28 01:11:40 2010
> New Revision: 1028158
> 
> URL: http://svn.apache.org/viewvc?rev=1028158&view=rev
> Log:
> * subversion/svn/main.c
>   (svn_cl__options): Add missing full-stop in help text.
> 
> Found by: neels
> 
> Modified:
>     subversion/trunk/subversion/svn/main.c
> 
> Modified: subversion/trunk/subversion/svn/main.c
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/main.c?rev=1028158&r1=1028157&r2=1028158&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/svn/main.c (original)
> +++ subversion/trunk/subversion/svn/main.c Thu Oct 28 01:11:40 2010
> @@ -338,7 +338,7 @@ const apr_getopt_option_t svn_cl__option
>                         SVN_CL__OPTION_CONTINUATION_INDENT
>                         "Use of this option is not recommended!\n"
>                         SVN_CL__OPTION_CONTINUATION_INDENT
> -                       "Please run 'svn update' instead")},
> +                       "Please run 'svn update' instead.")},
>  
>    /* Long-opt Aliases
>     *
> 
>