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/10/02 18:08:00 UTC

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

Author: stsp
Date: Tue Oct  2 16:08:00 2012
New Revision: 1393002

URL: http://svn.apache.org/viewvc?rev=1393002&view=rev
Log:
* subversion/svn/main.c
  (svn_cl__cmd_table): Remove a paragraph break in 'svn help move' to shrink
   screen estate requirement a bit.

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=1393002&r1=1393001&r2=1393002&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Tue Oct  2 16:08:00 2012
@@ -1083,10 +1083,8 @@ const svn_opt_subcommand_desc2_t svn_cl_
      "                be committed later (with or without further changes)\n"
      "    URL -> URL: move an item in the repository directly, immediately\n"
      "                creating a new revision in the repository\n"
-     "  All the SRCs must be of the same type.\n"
-     "\n"
-     "  When moving multiple sources, they will be added as children of DST,\n"
-     "  which must be a directory.\n"
+     "  All the SRCs must be of the same type. When moving multiple sources,\n"
+     "  they will be added as children of DST, which must be a directory.\n"
      "\n"
      "  SRC and DST of WC->WC moves must be committed in the same revision.\n"
      "\n"