Author: julianfoad
Date: Fri Feb 20 20:58:47 2015
New Revision: 1661221
URL: http://svn.apache.org/r1661221
Log:
* subversion/svn/svn.c
(svn_cl__cmd_table): Remove unnecessary emphasis in help text for 'blame'.
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=1661221&r1=1661220&r2=1661221&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Fri Feb 20 20:58:47 2015
@@ -521,7 +521,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
"\n"
" With a reverse revision range '-r M:N' where M > N,\n"
" annotate each line that is present in revision N of the file, with\n"
- " the NEXT revision AFTER rN that changed or DELETED the line,\n"
+ " the next revision after rN that changed or deleted the line,\n"
" looking forward no further than rM.\n"
"\n"
" If specified, REV determines in which revision the target is first\n"