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 2012/02/04 11:55:48 UTC

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

Author: julianfoad
Date: Sat Feb  4 10:55:48 2012
New Revision: 1240485

URL: http://svn.apache.org/viewvc?rev=1240485&view=rev
Log:
* subversion/svn/main.c
  (svn_cl__cmd_table): Fix a typo (repeated word) in help for 'relocate'.

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=1240485&r1=1240484&r2=1240485&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Sat Feb  4 10:55:48 2012
@@ -1247,7 +1247,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
      "     complete old and new URLs if you wish.)  Use 'svn info' to determine\n"
      "     the current working copy URL.\n"
      "\n"
-     "  2. TO-URL is the (complete) new repository URL to use for for PATH.\n"
+     "  2. TO-URL is the (complete) new repository URL to use for PATH.\n"
      "\n"
      "  Examples:\n"
      "    svn relocate http:// svn:// project1 project2\n"