You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/10/25 19:54:37 UTC

svn commit: r1027205 - /subversion/trunk/subversion/svn/main.c

Author: stsp
Date: Mon Oct 25 17:54:37 2010
New Revision: 1027205

URL: http://svn.apache.org/viewvc?rev=1027205&view=rev
Log:
* subversion/svn/main.c
  (svn_cl__options): Rename --keep-lock to --keep-locks, since more than
   one lock could be kept after a commit.
 
Suggested by: julianfoad

Modified:
    subversion/trunk/subversion/svn/main.c

Modified: subversion/trunk/subversion/svn/main.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/main.c?rev=1027205&r1=1027204&r2=1027205&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Mon Oct 25 17:54:37 2010
@@ -376,7 +376,7 @@ const apr_getopt_option_t svn_cl__option
   {"iw",            opt_ignore_whitespace, 0, NULL},
   {"diff",          opt_show_diff, 0, NULL},
   {"idiff",         opt_internal_diff, 0, NULL},
-  {"keep-lock",     opt_no_unlock, 0, NULL},
+  {"keep-locks",    opt_no_unlock, 0, NULL},
   {"optn",          opt_old_patch_target_names, 0, NULL},
 
   {0,               0, 0, 0},