You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2017/08/23 10:10:51 UTC

svn commit: r1805876 - /subversion/trunk/subversion/svn/svn.c

Author: julianfoad
Date: Wed Aug 23 10:10:50 2017
New Revision: 1805876

URL: http://svn.apache.org/viewvc?rev=1805876&view=rev
Log:
Tweak the help text for 'commit'.

* subversion/svn/svn.c
  (svn_cl__cmd_table): Mention the '--no-unlock' option. Separate unrelated
    paragraphs with a blank line.

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=1805876&r1=1805875&r2=1805876&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Wed Aug 23 10:10:50 2017
@@ -645,8 +645,9 @@ const svn_opt_subcommand_desc2_t svn_cl_
        "\n"
        "  A log message must be provided, but it can be empty.  If it is not\n"
        "  given by a --message or --file option, an editor will be started.\n"
+       "\n"
        "  If any targets are (or contain) locked items, those will be\n"
-       "  unlocked after a successful commit.\n"
+       "  unlocked after a successful commit, unless --no-unlock is given.\n"
        "\n"
        "  If --include-externals is given, also commit file and directory\n"
        "  externals reached by recursion. Do not commit externals with a\n"