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/07/08 18:53:00 UTC

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

Author: stsp
Date: Mon Jul  8 16:53:00 2013
New Revision: 1500835

URL: http://svn.apache.org/r1500835
Log:
* subversion/svnauth/svnauth.c
  (cmd_table): Show the --config-dir option in output of 'svnauth help list'.

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=1500835&r1=1500834&r2=1500835&view=diff
==============================================================================
--- subversion/trunk/subversion/svnauth/svnauth.c (original)
+++ subversion/trunk/subversion/svnauth/svnauth.c Mon Jul  8 16:53:00 2013
@@ -74,7 +74,7 @@ static const svn_opt_subcommand_desc2_t 
   {"list", subcommand_list, {0}, N_
    ("usage: svnauth list\n\n"
     "List cached authentication credentials.\n"),
-   {opt_show_passwords} },
+   {opt_config_dir, opt_show_passwords} },
 
   {NULL}
 };