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 2018/09/17 17:24:51 UTC

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

Author: danielsh
Date: Mon Sep 17 17:24:51 2018
New Revision: 1841098

URL: http://svn.apache.org/viewvc?rev=1841098&view=rev
Log:
* subversion/svn/svn.c: Rename --viewspec to --x-viewspec.  See SVN-4776.

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=1841098&r1=1841097&r2=1841098&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Mon Sep 17 17:24:51 2018
@@ -480,7 +480,7 @@ const apr_getopt_option_t svn_cl__option
   {"drop", opt_drop, 0,
                        N_("drop shelf after successful unshelve")},
 
-  {"viewspec", opt_viewspec, 0,
+  {"x-viewspec", opt_viewspec, 0,
                        N_("print the working copy layout")},
 
   /* Long-opt Aliases
@@ -823,7 +823,7 @@ const svn_opt_subcommand_desc3_t svn_cl_
      "  about TARGET.\n"
      "\n"), N_(
      "  EXPERIMENTAL:\n"
-     "  With --viewspec, print the working copy layout.\n"
+     "  With --x-viewspec, print the working copy layout.\n"
     )},
     {'r', 'R', opt_depth, opt_targets, opt_incremental, opt_xml,
      opt_changelist, opt_include_externals, opt_show_item, opt_no_newline,