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 2010/10/25 12:29:34 UTC

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

Author: julianfoad
Date: Mon Oct 25 10:29:34 2010
New Revision: 1027032

URL: http://svn.apache.org/viewvc?rev=1027032&view=rev
Log:
* subversion/svn/main.c
  (svn_cl__options): Remove an extraneous newline from the help text.

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=1027032&r1=1027031&r2=1027032&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Mon Oct 25 10:29:34 2010
@@ -383,7 +383,7 @@ const apr_getopt_option_t svn_cl__option
                        SVN_CL__OPTION_CONTINUATION_INDENT
                        "[alias: --idiff]")},
   {"git", opt_use_git_diff_format, 0,
-                       N_("use git's extended diff format\n")},                
+                       N_("use git's extended diff format")},
   {"old-patch-target-names", opt_old_patch_target_names, 0,
                        N_("use target names from the old side of a patch.\n"
                        SVN_CL__OPTION_CONTINUATION_INDENT