Author: brane
Date: Tue Feb 24 18:17:59 2015
New Revision: 1662072
URL: http://svn.apache.org/r1662072
Log:
On the svn-info-detail branch: Update help docs for 'svn info'.
* subversion/svn/svn.c
(svn_cl__cmd_table): Fix a typo and improve wording in the
help text of the 'info' command.
Modified:
subversion/branches/svn-info-detail/subversion/svn/svn.c
Modified: subversion/branches/svn-info-detail/subversion/svn/svn.c
URL:
http://svn.apache.org/viewvc/subversion/branches/svn-info-detail/subversion/svn/svn.c?rev=1662072&r1=1662071&r2=1662072&view=diff
==============================================================================
--- subversion/branches/svn-info-detail/subversion/svn/svn.c (original)
+++ subversion/branches/svn-info-detail/subversion/svn/svn.c Tue Feb 24
18:17:59 2015
@@ -745,12 +745,11 @@ const svn_opt_subcommand_desc2_t svn_cl_
" 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 repositor-relative URL\n"
+ " relative-url the repository-relative URL\n"
" repos-root-url the repository root URL\n"
" repos-uuid the repository UUID\n"
- " revision if TARGET is a local path, its working\n"
- " copy revision; otherwise, the HEAD revision\n"
- " of the repository\n"
+ " revision the revision of TARGET (defaults to BASE\n"
+ " for working copy paths and HEAD for URLs)\n"
" last-changed-rev the most recent revision in which TARGET\n"
" was changed\n"
" last-changed-date the date of the last-changed revision\n"