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/05/09 13:34:26 UTC

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

Author: stsp
Date: Wed May  9 11:34:25 2012
New Revision: 1336106

URL: http://svn.apache.org/viewvc?rev=1336106&view=rev
Log:
* subversion/svn/main.c
  (svn_cl__options): Remove redundant trailing newline from the description
    of the --patch-compatible option.

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=1336106&r1=1336105&r2=1336106&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Wed May  9 11:34:25 2012
@@ -353,7 +353,7 @@ const apr_getopt_option_t svn_cl__option
                        "                             "
                        "patch tools; currently the same as\n"
                        "                             "
-                       "--show-copies-as-adds --ignore-properties\n"
+                       "--show-copies-as-adds --ignore-properties"
                        )},
   {"allow-mixed-revisions", opt_allow_mixed_revisions, 0,
                        N_("Allow merge into mixed-revision working copy.\n"