You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2013/01/16 20:31:32 UTC

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

Author: cmpilato
Date: Wed Jan 16 19:31:31 2013
New Revision: 1434120

URL: http://svn.apache.org/viewvc?rev=1434120&view=rev
Log:
* subversion/svnmucc/svnmucc.c
  (usage): Fix the usage line to be a bit more consistent with that of
    our other binaries.  No need to specify optional options (duh),
    and don't imply that any action is optional -- svnmucc really
    wants at least one.

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=1434120&r1=1434119&r2=1434120&view=diff
==============================================================================
--- subversion/trunk/subversion/svnmucc/svnmucc.c (original)
+++ subversion/trunk/subversion/svnmucc/svnmucc.c Wed Jan 16 19:31:31 2013
@@ -927,7 +927,7 @@ usage(apr_pool_t *pool, int exit_val)
   FILE *stream = exit_val == EXIT_SUCCESS ? stdout : stderr;
   svn_error_clear(svn_cmdline_fputs(
     _("Subversion multiple URL command client\n"
-      "usage: svnmucc [OPTION]... [ACTION]...\n"
+      "usage: svnmucc ACTION...\n"
       "\n"
       "  Perform one or more Subversion repository URL-based ACTIONs, committing\n"
       "  the result as a (single) new revision.\n"