You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Peter N. Lundblad" <pe...@famlundblad.se> on 2005/04/27 11:46:53 UTC

Re: svn commit: r14464 - trunk/subversion/clients/cmdline

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

Re: svn commit: r14464 - trunk/subversion/clients/cmdline

Posted by Julian Foad <ju...@btopenworld.com>.
Peter N. Lundblad wrote:
> On Wed, 27 Apr 2005 julianfoad@tigris.org wrote:
>>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
[...]

> Are you proposing this for backport?

I didn't but I have now.

> Then it is nice of you to provide the
> patch in the commit log:-)

Oops. Fixed. Thanks.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org