You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2015/05/23 12:52:27 UTC

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

Author: danielsh
Date: Sat May 23 10:52:27 2015
New Revision: 1681317

URL: http://svn.apache.org/r1681317
Log:
Clarify 'svn help' output for --show-inherited-properties.

* subversion/svn/svn.c
  (svn_cl__options."show-inherited-props"): Avoid circular language.

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=1681317&r1=1681316&r2=1681317&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Sat May 23 10:52:27 2015
@@ -398,7 +398,7 @@ const apr_getopt_option_t svn_cl__option
                        "                             "
                        "svn:externals properties")},
   {"show-inherited-props", opt_show_inherited_props, 0,
-                       N_("retrieve target's inherited properties")},
+                       N_("retrieve properties set on parents of the target")},
   {"search", opt_search, 1,
                        N_("use ARG as search pattern (glob syntax)")},
   {"search-and", opt_search_and, 1,