Author: julianfoad
Date: Fri Mar 9 13:13:24 2018
New Revision: 1826344
URL: http://svn.apache.org/viewvc?rev=1826344&view=rev
Log:
* subversion/include/svn_opt.h
(SVN_OPT_MAX_PARAGRAPHS): Increase from 50 to 100 to be able to
accommodate the curent 'svn help' text.
Modified:
subversion/trunk/subversion/include/svn_opt.h
Modified: subversion/trunk/subversion/include/svn_opt.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_opt.h?rev=1826344&r1=1826343&r2=1826344&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_opt.h (original)
+++ subversion/trunk/subversion/include/svn_opt.h Fri Mar 9 13:13:24 2018
@@ -70,7 +70,7 @@ typedef svn_error_t *(svn_opt_subcommand
#define SVN_OPT_MAX_OPTIONS 50
/** The maximum number of paragraphs of help text a subcommand can have. */
-#define SVN_OPT_MAX_PARAGRAPHS 50
+#define SVN_OPT_MAX_PARAGRAPHS 100
/** Options that have no short option char should use an identifying
* integer equal to or greater than this.