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

svn commit: r1668604 - /subversion/trunk/subversion/svn/diff-cmd.c

Author: rhuijben
Date: Mon Mar 23 11:40:58 2015
New Revision: 1668604

URL: http://svn.apache.org/r1668604
Log:
Following up on r1668595, fix textual argument reference.

Found by: julianfoad

* subversion/svn/diff-cmd.c
  (svn_cl__diff): Pass right argument name to error function.

Modified:
    subversion/trunk/subversion/svn/diff-cmd.c

Modified: subversion/trunk/subversion/svn/diff-cmd.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/diff-cmd.c?rev=1668604&r1=1668603&r2=1668604&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/diff-cmd.c (original)
+++ subversion/trunk/subversion/svn/diff-cmd.c Mon Mar 23 11:40:58 2015
@@ -249,7 +249,7 @@ svn_cl__diff(apr_getopt_t *os,
       if (opt_state->force)
         return svn_error_createf(SVN_ERR_CL_ARG_PARSING_ERROR, NULL,
                                  _("'%s' not valid with '--summarize' option"),
-                                 "--no-diff-deleted");
+                                 "--force");
       /* Not handling ignore-properties, and properties-only as there should
          be a patch adding support for these being applied soon */
     }