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 2012/11/29 18:59:55 UTC

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

Author: julianfoad
Date: Thu Nov 29 17:59:54 2012
New Revision: 1415308

URL: http://svn.apache.org/viewvc?rev=1415308&view=rev
Log:
* subversion/svn/svn.c
  (svn_cl__cmd_table): Tweak the 'propset' help text for svn:keywords.

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=1415308&r1=1415307&r2=1415308&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Thu Nov 29 17:59:54 2012
@@ -1239,9 +1239,8 @@ const svn_opt_subcommand_desc2_t svn_cl_
      "      Author, LastChangedBy    - The last person to modify the file.\n"
      "      Date, LastChangedDate    - The date/time the object was last modified.\n"
      "      Rev, Revision,           - The last revision the object changed.\n"
-     "      LastChangedRevision\n"
-     "      Id                       - A compressed summary of the previous\n"
-     "                                   4 keywords.\n"
+     "        LastChangedRevision\n"
+     "      Id                       - A compressed summary of the previous four.\n"
      "      Header                   - Similar to Id but includes the full URL.\n"
      "    svn:executable - If present, make the file executable.  Use\n"
      "      'svn propdel svn:executable PATH...' to clear.\n"