Author: stsp
Date: Wed Aug 23 09:53:48 2017
New Revision: 1805873

URL: http://svn.apache.org/viewvc?rev=1805873&view=rev
Log:
* subversion/svn/svn.c
  (svn_cl__cmd_table): Fix a typo in the help string of 'svn auth'.

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=1805873&r1=1805872&r2=1805873&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Wed Aug 23 09:53:48 2017
@@ -529,7 +529,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
     "  or more patterns. With the --remove option, remove cached 
authentication\n"
     "  credentials matching one or more patterns.\n"
     "\n"
-    "  If more than one pattern is specified credentials are considered only 
they\n"
+    "  If more than one pattern is specified credentials are considered only 
if they\n"
     "  match all specified patterns. Patterns are matched case-sensitively and 
may\n"
     "  contain glob wildcards:\n"
     "    ?      matches any single character\n"


Reply via email to