You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/09/10 16:07:03 UTC

svn commit: r1521492 - /subversion/trunk/subversion/svnauth/svnauth.c

Author: stsp
Date: Tue Sep 10 14:07:03 2013
New Revision: 1521492

URL: http://svn.apache.org/r1521492
Log:
Fix an error in the 'svnauth list' help text.

* subversion/svnauth/svnauth.c
  (cmd_table): Document the actual behaviour with multiple patterns.
   The text was saying that credentials were shown if they matched any
   of the provided patterns while, in fact, all patterns must match.

Modified:
    subversion/trunk/subversion/svnauth/svnauth.c

Modified: subversion/trunk/subversion/svnauth/svnauth.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnauth/svnauth.c?rev=1521492&r1=1521491&r2=1521492&view=diff
==============================================================================
--- subversion/trunk/subversion/svnauth/svnauth.c (original)
+++ subversion/trunk/subversion/svnauth/svnauth.c Tue Sep 10 14:07:03 2013
@@ -88,7 +88,7 @@ static const svn_opt_subcommand_desc2_t 
     "  If PATTERN is specified, only list credentials with attributes matching\n"
     "  the pattern. All attributes except passwords can be matched. If more than\n"
     "  one pattern is specified, credentials are shown if their attributes match\n"
-    "  any of the patterns. Patterns are matched case-sensitively, and may\n"
+    "  all patterns. Patterns are matched case-sensitively, and may\n"
     "  contain glob wildcards:\n"
     "    ?      matches any single character\n"
     "    *      matches a sequence of arbitrary characters\n"