You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2012/11/23 20:08:46 UTC

svn commit: r1413033 - /subversion/trunk/subversion/svnmucc/svnmucc.c

Author: julianfoad
Date: Fri Nov 23 19:08:45 2012
New Revision: 1413033

URL: http://svn.apache.org/viewvc?rev=1413033&view=rev
Log:
Fix a typo in 'svnmucc --help'.

Found by: sebb <sebbaz{_AT_}gmail.com>.

* subversion/svnmucc/svnmucc.c
  (usage): s/so override/to override/.

Modified:
    subversion/trunk/subversion/svnmucc/svnmucc.c

Modified: subversion/trunk/subversion/svnmucc/svnmucc.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnmucc/svnmucc.c?rev=1413033&r1=1413032&r2=1413033&view=diff
==============================================================================
--- subversion/trunk/subversion/svnmucc/svnmucc.c (original)
+++ subversion/trunk/subversion/svnmucc/svnmucc.c Fri Nov 23 19:08:45 2012
@@ -926,7 +926,7 @@ usage(apr_pool_t *pool, int exit_val)
     "  -X, --extra-args ARG  append arguments from file ARG (one per line;\n"
     "                        use \"-\" to read from standard input)\n"
     "  --config-dir ARG      use ARG to override the config directory\n"
-    "  --config-option ARG   use ARG so override a configuration option\n"
+    "  --config-option ARG   use ARG to override a configuration option\n"
     "  --no-auth-cache       do not cache authentication tokens\n"
     "  --version             print version information\n";
   svn_error_clear(svn_cmdline_fputs(msg, stream, pool));