You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2012/12/21 21:45:31 UTC

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

Author: danielsh
Date: Fri Dec 21 20:45:31 2012
New Revision: 1425134

URL: http://svn.apache.org/viewvc?rev=1425134&view=rev
Log:
* subversion/svnmucc/svnmucc.c
  (--help output): Grammar tweak.

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=1425134&r1=1425133&r2=1425134&view=diff
==============================================================================
--- subversion/trunk/subversion/svnmucc/svnmucc.c (original)
+++ subversion/trunk/subversion/svnmucc/svnmucc.c Fri Dec 21 20:45:31 2012
@@ -925,7 +925,7 @@ usage(apr_pool_t *pool, int exit_val)
       "  -F [--file] ARG        : read log message from file ARG\n"
       "  -u [--username] ARG    : commit the changes as username ARG\n"
       "  -p [--password] ARG    : use ARG as the password\n"
-      "  -U [--root-url] ARG    : interpret all action URLs are relative to ARG\n"
+      "  -U [--root-url] ARG    : interpret all action URLs relative to ARG\n"
       "  -r [--revision] ARG    : use revision ARG as baseline for changes\n"
       "  --with-revprop ARG     : set revision property in the following format:\n"
       "                               NAME[=VALUE]\n"