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

Re: svn commit: r9719 - in trunk/subversion: clients/cmdline include libsvn_client tests/clients/cmdline

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-05-15 09:10:05 CEST

breser@tigris.org wrote:

>Modified: trunk/subversion/clients/cmdline/main.c
>==============================================================================
>--- trunk/subversion/clients/cmdline/main.c (original)
>+++ trunk/subversion/clients/cmdline/main.c Fri May 14 23:04:36 2004
>@@ -138,6 +138,10 @@
> N_("enable automatic properties")},
> {"no-auto-props", svn_cl__no_autoprops_opt, 0,
> N_("disable automatic properties")},
>+ {"native-eol", svn_cl__native_eol_opt, 1,
>+ "Use a different EOL marker than the standard\n"
>+ " system marker for files with a native svn:eol-style\n"
>+ " property. ARG may be one of 'LF', 'CR', 'CRLF'\n"},
> {0, 0, 0, 0}
> };
>
>
These doc lines are too long, and they should be marked for translation
like the others.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 15 09:11:41 2004

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.