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:43:41 UTC

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

Author: stsp
Date: Tue Oct  2 16:43:40 2012
New Revision: 1393027

URL: http://svn.apache.org/viewvc?rev=1393027&view=rev
Log:
* subversion/svn/main.c
  (svn_cl__cmd_table): Fit first line of 'svn help copy' into 80 columns.

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=1393027&r1=1393026&r2=1393027&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Tue Oct  2 16:43:40 2012
@@ -485,8 +485,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
      opt_changelist, opt_keep_changelists, opt_include_externals} },
 
   { "copy", svn_cl__copy, {"cp"}, N_
-    ("Duplicate something in working copy or repository, remembering\n"
-     "history.\n"
+    ("Copy files and directories in a working copy or repository.\n"
      "usage: copy SRC[@REV]... DST\n"
      "\n"
      "  SRC and DST can each be either a working copy (WC) path or URL:\n"