[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-04-27 13:46:53 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.