Author: hartmannathan Date: Sun Dec 1 18:43:18 2019 New Revision: 1870689 URL: http://svn.apache.org/viewvc?rev=1870689&view=rev Log: 'svn help' output: Rewrap 3 lines that were longer than 80 characters
* subversion/svn/svn.c (svn_cl__cmd_table): Rewrap first line of 'svn help' output for 'svn cleanup', 'svn changelist', and 'svn switch'. Because the command name and its aliases are prepended to the first line of help output, these 3 lines (all of which appear to fit within 80 characters in the code) extended beyond 80 characters at runtime. 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=1870689&r1=1870688&r2=1870689&view=diff ============================================================================== --- subversion/trunk/subversion/svn/svn.c (original) +++ subversion/trunk/subversion/svn/svn.c Sun Dec 1 18:43:18 2019 @@ -636,7 +636,8 @@ const svn_opt_subcommand_desc3_t svn_cl_ {'r', opt_ignore_keywords} }, { "changelist", svn_cl__changelist, {"cl"}, {N_( - "Associate (or dissociate) changelist CLNAME with the named files.\n" + "Associate (or dissociate) changelist CLNAME with the named\n" + "files.\n" "usage: 1. changelist CLNAME PATH...\n" " 2. changelist --remove PATH...\n" )}, @@ -672,8 +673,8 @@ const svn_opt_subcommand_desc3_t svn_cl_ {{'N', N_("obsolete; same as --depth=files")}} }, { "cleanup", svn_cl__cleanup, {0}, {N_( - "Either recover from an interrupted operation that left the working copy locked,\n" - "or remove unwanted files.\n" + "Either recover from an interrupted operation that left the working\n" + "copy locked, or remove unwanted files.\n" "usage: 1. cleanup [WCPATH...]\n" " 2. cleanup --remove-unversioned [WCPATH...]\n" " cleanup --remove-ignored [WCPATH...]\n" @@ -1875,7 +1876,8 @@ const svn_opt_subcommand_desc3_t svn_cl_ {'N', N_("obsolete; same as --depth=immediates")}} }, { "switch", svn_cl__switch, {"sw"}, {N_( - "Update the working copy to a different URL within the same repository.\n" + "Update the working copy to a different URL within the same\n" + "repository.\n" "usage: 1. switch URL[@PEGREV] [PATH]\n" " 2. switch --relocate FROM-PREFIX TO-PREFIX [PATH...]\n" "\n"), N_(