You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/05/07 22:41:06 UTC

svn commit: r1480065 - in /subversion/branches/1.8.x: ./ subversion/svnmucc/svnmucc.c

Author: breser
Date: Tue May  7 20:41:06 2013
New Revision: 1480065

URL: http://svn.apache.org/r1480065
Log:
Merge r1480054 from trunk onto 1.8.x, help text typo fix, no functional change.

I consider this "documentation" so am merging it per our stabilization policy
without a vote.  Also falls under obvious rule.


Modified:
    subversion/branches/1.8.x/   (props changed)
    subversion/branches/1.8.x/subversion/svnmucc/svnmucc.c

Propchange: subversion/branches/1.8.x/
------------------------------------------------------------------------------
  Merged /subversion/trunk:r1480054

Modified: subversion/branches/1.8.x/subversion/svnmucc/svnmucc.c
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/subversion/svnmucc/svnmucc.c?rev=1480065&r1=1480064&r2=1480065&view=diff
==============================================================================
--- subversion/branches/1.8.x/subversion/svnmucc/svnmucc.c (original)
+++ subversion/branches/1.8.x/subversion/svnmucc/svnmucc.c Tue May  7 20:41:06 2013
@@ -952,7 +952,7 @@ usage(apr_pool_t *pool, int exit_val)
       "                               NAME[=VALUE]\n"
       "  --non-interactive      : do no interactive prompting (default is to\n"
       "                           prompt only if standard input is a terminal)\n"
-      "  --force-interactive    : do interactive propmting even if standard\n"
+      "  --force-interactive    : do interactive prompting even if standard\n"
       "                           input is not a terminal\n"
       "  --trust-server-cert    : accept SSL server certificates from unknown\n"
       "                           certificate authorities without prompting (but\n"