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