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 2014/06/09 14:03:13 UTC

svn commit: r1601353 - /subversion/trunk/subversion/svn/svn.c

Author: julianfoad
Date: Mon Jun  9 12:03:13 2014
New Revision: 1601353

URL: http://svn.apache.org/r1601353
Log:
* subversion/svn/svn.c
  (svn_cl__options): Tweak the help  for '--no-newline' to match the same
    option in 'svnversion', for consistency. A follow-up to r1505714, issue #4299.

Suggested by: tacit

Modified:
    subversion/trunk/subversion/svn/svn.c

Modified: subversion/trunk/subversion/svn/svn.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/svn.c?rev=1601353&r1=1601352&r2=1601353&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Mon Jun  9 12:03:13 2014
@@ -393,7 +393,7 @@ const apr_getopt_option_t svn_cl__option
   {"remove-unversioned", opt_remove_unversioned, 0,
                        N_("remove unversioned items")},
   {"remove-ignored", opt_remove_ignored, 0, N_("remove ignored items")},
-  {"no-newline", opt_no_newline, 0, N_("do not output trailing newline")},
+  {"no-newline", opt_no_newline, 0, N_("do not output the trailing newline")},
   {"show-passwords", opt_show_passwords, 0, N_("show cached passwords")},
 
   /* Long-opt Aliases