On Wed, 27 Apr 2005 julianfoad@tigris.org wrote:
> Author: julianfoad
> Date: Wed Apr 27 06:18:16 2005
> New Revision: 14464
>
> Modified:
> trunk/subversion/clients/cmdline/main.c
>
> Log:
> Fix the help text for commands that said "PATH" but can also operate on a URL.
>
> * subversion/clients/cmdline/main.c
> (svn_cl__cmd_table): Fix help text.
>
> Index: subversion/clients/cmdline/main.c
> ===================================================================
> --- subversion/clients/cmdline/main.c (revision 14462)
> +++ subversion/clients/cmdline/main.c (working copy)
> @@ -354,10 +354,10 @@ const svn_opt_subcommand_desc_t svn_cl__
>
> { "info", svn_cl__info, {0},
> N_("Display information about a local or remote item.\n"
> - "usage: info [PATH...]\n"
> + "usage: info [TARGET...]\n"
...
Are you proposing this for backport? Then it is nice of you to provide the
patch in the commit log:-)
Best,
//Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 27 13:40:34 2005