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

Re: svn commit: r20301 - in trunk/subversion: svn svnadmin svndumpfilter svnlook svn

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2006-06-30 23:24:41 CEST

Kobayashi Noritada wrote:
>> _("general usage: svndumpfilter SUBCOMMAND [ARGS & OPTIONS ...]\n"
>>+ " svndumpfilter --version\n"
>> "Type 'svndumpfilter help <subcommand>' for help on a "
>> "specific subcommand.\n"
>
> I think it is better we have another line
>
> "Type 'svndumpfilter --version' to see the program version.\n"
>
> here, as doing for other commands.

We could do. I thought that would be redundant. Note that "svnserve" and
"svnversion" don't output any "Type '...' for ..." lines, they just output a
list of valid options:

> usage: svnserve [options]
>
> Valid options:
> -d [--daemon] : daemon mode
> --listen-port arg : listen port (for daemon mode)
> --listen-host arg : listen hostname or IP address (for daemon mode)
> --foreground : run in foreground (useful for debugging)
> -h [--help] : display this help
> --version : show version information
> -i [--inetd] : inetd mode
[...]

> usage: svnversion [OPTIONS] [WC_PATH [TRAIL_URL]]
>
> Produce a compact 'version number' for the working copy path
[...]
>
> Valid options:
> -n [--no-newline] : do not output the trailing newline
> -c [--committed] : last changed rather than current revisions
> -h [--help] : display this help
> --version : show version information

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 30 23:24:40 2006

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.