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 19:25:36 UTC

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

Author: julianfoad
Date: Thu Nov 29 18:25:35 2012
New Revision: 1415311

URL: http://svn.apache.org/viewvc?rev=1415311&view=rev
Log:
* subversion/svn/svn.c
  (svn_cl__cmd_table): In the 'propset' help text, tweak column alignment.

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=1415311&r1=1415310&r2=1415311&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Thu Nov 29 18:25:35 2012
@@ -1254,9 +1254,9 @@ const svn_opt_subcommand_desc2_t svn_cl_
      "\n"
      "  Subversion recognizes the following special versioned properties on a\n"
      "  directory:\n"
-     "    svn:ignore     - A newline separated list of file glob patterns to ignore.\n"
-     "    svn:global-ignores         - Like svn:ignore, but inheritable.\n"
-     "    svn:externals  - A list of module specifiers, one per line, in the\n"
+     "    svn:ignore         - A list of file glob patterns to ignore, one per line.\n"
+     "    svn:global-ignores - Like svn:ignore, but inheritable.\n"
+     "    svn:externals      - A list of module specifiers, one per line, in the\n"
      "      following format similar to the syntax of 'svn checkout':\n"
      "        [-r REV] URL[@PEG] LOCALPATH\n"
      "      Example:\n"