You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2013/03/20 19:45:11 UTC

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

Author: philip
Date: Wed Mar 20 18:45:10 2013
New Revision: 1458996

URL: http://svn.apache.org/r1458996
Log:
* subversion/svnmucc/svnmucc.c (usage): Typo in help text.

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=1458996&r1=1458995&r2=1458996&view=diff
==============================================================================
--- subversion/trunk/subversion/svnmucc/svnmucc.c (original)
+++ subversion/trunk/subversion/svnmucc/svnmucc.c Wed Mar 20 18:45:10 2013
@@ -960,7 +960,7 @@ usage(apr_pool_t *pool, int exit_val)
       "                           certificate authorities without prompting (but\n"
       "                           only with '--non-interactive')\n"
       "  -X [--extra-args] ARG  : append arguments from file ARG (one per line;\n"
-      "                         : use \"-\" to read from standard input)\n"
+      "                           use \"-\" to read from standard input)\n"
       "  --config-dir ARG       : use ARG to override the config directory\n"
       "  --config-option ARG    : use ARG to override a configuration option\n"
       "  --no-auth-cache        : do not cache authentication tokens\n"