You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by jc...@apache.org on 2013/06/17 23:40:32 UTC

svn commit: r1493951 - /subversion/trunk/tools/client-side/svn-bench/help-cmd.c

Author: jcorvel
Date: Mon Jun 17 21:40:31 2013
New Revision: 1493951

URL: http://svn.apache.org/r1493951
Log:
* tools/client-side/svn-bench/help-cmd.c: Use 'svn-bench' as program name,
   so 'svn-bench' prints "Type 'svn-bench help' for usage." instead of
   "Type 'svn help' for usage."

Modified:
    subversion/trunk/tools/client-side/svn-bench/help-cmd.c

Modified: subversion/trunk/tools/client-side/svn-bench/help-cmd.c
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/client-side/svn-bench/help-cmd.c?rev=1493951&r1=1493950&r2=1493951&view=diff
==============================================================================
--- subversion/trunk/tools/client-side/svn-bench/help-cmd.c (original)
+++ subversion/trunk/tools/client-side/svn-bench/help-cmd.c Mon Jun 17 21:40:31 2013
@@ -80,7 +80,7 @@ svn_cl__help(apr_getopt_t *os,
   SVN_ERR(svn_ra_print_modules(version_footer, pool));
 
   return svn_opt_print_help4(os,
-                             "svn",   /* ### erm, derive somehow? */
+                             "svn-bench",   /* ### erm, derive somehow? */
                              opt_state ? opt_state->version : FALSE,
                              opt_state ? opt_state->quiet : FALSE,
                              opt_state ? opt_state->verbose : FALSE,