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 2015/08/27 14:19:08 UTC

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

Author: julianfoad
Date: Thu Aug 27 12:19:08 2015
New Revision: 1698135

URL: http://svn.apache.org/r1698135
Log:
Improve help text for 'svn info --show-item'. Following r1698108, remove
the verbose listing of --show-item arguments from the 'svn info' help text
body as it is rather redundant and not of primary importance relative to
other operating modes and options.

* subversion/svn/svn.c
  (svn_cl__cmd_table): Remove the verbose listing of --show-item
    arguments in the 'svn info' help text body.

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=1698135&r1=1698134&r2=1698135&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Thu Aug 27 12:19:08 2015
@@ -738,19 +738,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
      "  determines in which revision the target is first looked up.\n"
      "\n"
      "  With --show-item, print only the value of one item of information\n"
-     "  about TARGET. One of the following items can be selected:\n"
-     "     kind                  the kind of TARGET\n"
-     "     url                   the URL of TARGET in the repository\n"
-     "     relative-url          the repository-relative URL\n"
-     "     repos-root-url        the repository root URL\n"
-     "     repos-uuid            the repository UUID\n"
-     "     revision              the revision of TARGET (defaults to BASE\n"
-     "                           for working copy paths and HEAD for URLs)\n"
-     "     last-changed-revision the most recent revision in which TARGET\n"
-     "                           was changed\n"
-     "     last-changed-date     the date of the last-changed revision\n"
-     "     last-changed-author   the author of the last-changed revision\n"
-     "     wc-root               the root of TARGET's working copy\n"),
+     "  about TARGET.\n"),
     {'r', 'R', opt_depth, opt_targets, opt_incremental, opt_xml,
      opt_changelist, opt_include_externals, opt_show_item, opt_no_newline}
   },