From 0fbc1383b68ecbc86583ef3a778204a1f69ee108 Mon Sep 17 00:00:00 2001 From: epg Date: Fri, 25 Jan 2008 07:30:50 +0000 Subject: [PATCH] * subversion/svn/main.c (svn_cl__options): Note that the =value is optional for --with-revprop. git-svn-id: http://svn.collab.net/repos/svn/trunk@29030 612f8ebc-c883-4be0-9ee0-a4e9ef946e3a --- subversion/svn/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subversion/svn/main.c b/subversion/svn/main.c index 366252754..a477441e4 100644 --- a/subversion/svn/main.c +++ b/subversion/svn/main.c @@ -248,7 +248,7 @@ const apr_getopt_option_t svn_cl__options[] = {"with-revprop", opt_with_revprop, 1, N_("set revision property ARG in new revision\n" " " - "using the name=value format")}, + "using the name[=value] format")}, {"parents", opt_parents, 0, N_("make intermediate directories")}, {"use-merge-history", 'g', 0, N_("use/display additional information from merge\n" -- 2.11.4.GIT