Author: dsahlberg
Date: Mon Jun 27 06:03:24 2022
New Revision: 1902272

URL: http://svn.apache.org/viewvc?rev=1902272&view=rev
Log:
Fix help text.

* subversion/svn/svn.c:
  (help text for svn upgrade): Add missing )


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

Modified: subversion/trunk/subversion/svn/svn.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/svn.c?rev=1902272&r1=1902271&r2=1902272&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Mon Jun 27 06:03:24 2022
@@ -1916,7 +1916,7 @@ svn_cl__cmd_table_main[] =
      "usage: upgrade [WCPATH...]\n"
      "\n"), N_(
      "  The upgraded working copy will be compatible with Subversion 1.8 and\n"
-     "  newer (this default may change in the future. To upgrade to a 
different\n"
+     "  newer (this default may change in the future). To upgrade to a 
different\n"
      "  version, use an option such as '--compatible-version=1.15'.\n"
      "  The versions available are the same as in the 'checkout' command.\n"
      "  Use 'svn --version' to see the compatible versions supported.\n"


Reply via email to