s...@apache.org wrote on Wed, Feb 26, 2014 at 15:48:06 -0000:
> Author: stsp
> Date: Wed Feb 26 15:48:06 2014
> New Revision: 1572105
> 
> URL: http://svn.apache.org/r1572105
> Log:
> Introduce 'svn auth', a subcommand for managing the authentication cache
> which supersedes the 'svnauth' tool.
> 
> @@ -279,7 +280,7 @@ const apr_getopt_option_t svn_cl__option
>                         "ARG may be one of 'LF', 'CR', 'CRLF'")},
>    {"limit",         'l', 1, N_("maximum number of log entries")},
>    {"no-unlock",     opt_no_unlock, 0, N_("don't unlock the targets")},
> -  {"remove",         opt_remove, 0, N_("remove changelist association")},
> +  {"remove",         opt_remove, 0, N_("remove changelist association or 
> auth credential")},

So now 'svn help changelist | grep -- --remove' speaks of auth
credentials?

Seems to me it would be better for the definition fo the "auth" command
to override the help text of opt_remove (we have a facility for that
used e.g. by "log -c").

Reply via email to