From ab124c68bc40f5f3d1ed60bd2f10afd27b091903 Mon Sep 17 00:00:00 2001 From: glasser Date: Mon, 24 Mar 2008 19:46:12 +0000 Subject: [PATCH] Fix typo in help text. * subversion/svn/main.c (svn_cl__cmd_table): Add missing '(' to "--accept" docstring for "svn resolved". git-svn-id: http://svn.collab.net/repos/svn/trunk@30029 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 c7fda5233..b3473794c 100644 --- a/subversion/svn/main.c +++ b/subversion/svn/main.c @@ -782,7 +782,7 @@ const svn_opt_subcommand_desc2_t svn_cl__cmd_table[] = {opt_targets, 'R', opt_depth, 'q', opt_accept}, {{opt_accept, N_("specify automatic conflict resolution source\n" " " - " '" SVN_CL__ACCEPT_BASE "'," + "('" SVN_CL__ACCEPT_BASE "'," /* These two are not implemented yet, so don't waste the user's time with them. */ /* " '" SVN_CL__ACCEPT_MINE_CONFLICT "'," */ -- 2.11.4.GIT