You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2013/03/12 20:19:56 UTC

svn commit: r1455674 - /subversion/trunk/subversion/svn/svn.c

Author: julianfoad
Date: Tue Mar 12 19:19:56 2013
New Revision: 1455674

URL: http://svn.apache.org/r1455674
Log:
* subversion/svn/svn.c
  (svn_cl__cmd_table): Replace a lost full-stop in the help text for merge.

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

Modified: subversion/trunk/subversion/svn/svn.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/svn.c?rev=1455674&r1=1455673&r2=1455674&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Tue Mar 12 19:19:56 2013
@@ -900,7 +900,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
 "     source and target refer to the same branch, a previously committed\n"
 "     revision can be 'undone'. In a reverse range, N is greater than M in\n"
 "     '-r N:M', or the '-c' option is used with a negative number: '-c -M'\n"
-"     is equivalent to '-r M:<M-1>' Undoing changes like this is also known\n"
+"     is equivalent to '-r M:<M-1>'. Undoing changes like this is also known\n"
 "     as performing a 'reverse merge'.\n"
 "\n"
 "     Multiple '-c' and/or '-r' options may be specified and mixing of\n"