Author: brane
Date: Wed Feb 25 14:48:51 2015
New Revision: 1662233

URL: http://svn.apache.org/r1662233
Log:
On the svn-info-detail branch:
* subversion/svn/info-cmd.c (svn_cl__info): Tweak error message.

Suggested by: julianfoad

Modified:
    subversion/branches/svn-info-detail/subversion/svn/info-cmd.c

Modified: subversion/branches/svn-info-detail/subversion/svn/info-cmd.c
URL: 
http://svn.apache.org/viewvc/subversion/branches/svn-info-detail/subversion/svn/info-cmd.c?rev=1662233&r1=1662232&r2=1662233&view=diff
==============================================================================
--- subversion/branches/svn-info-detail/subversion/svn/info-cmd.c (original)
+++ subversion/branches/svn-info-detail/subversion/svn/info-cmd.c Wed Feb 25 
14:48:51 2015
@@ -884,7 +884,7 @@ svn_cl__info(apr_getopt_t *os,
       if (opt_state->no_newline)
         return svn_error_create(
             SVN_ERR_CL_ARG_PARSING_ERROR, NULL,
-            _("--no-newline' is only valid with --show-item"));
+            _("--no-newline' is not valid in --xml mode"));
 
       /* If output is not incremental, output the XML header and wrap
          everything in a top-level element. This makes the output in


Reply via email to