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 2018/10/04 14:12:17 UTC

svn commit: r1842815 - /subversion/trunk/subversion/svn/svn.c

Author: julianfoad
Date: Thu Oct  4 14:12:17 2018
New Revision: 1842815

URL: http://svn.apache.org/viewvc?rev=1842815&view=rev
Log:
Tweak 'svn help auth' for consistency with other commands.

* subversion/svn/svn.c
  (svn_cl__cmd_table): Remove duplicate 'usage:' heading.

Modified:
    subversion/trunk/subversion/svn/svn.c

Modified: subversion/trunk/subversion/svn/svn.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/svn.c?rev=1842815&r1=1842814&r2=1842815&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Thu Oct  4 14:12:17 2018
@@ -545,7 +545,7 @@ const svn_opt_subcommand_desc3_t svn_cl_
   { "auth", svn_cl__auth, {0}, {N_(
      "Manage cached authentication credentials.\n"
      "usage: 1. svn auth [PATTERN ...]\n"
-     "usage: 2. svn auth --remove PATTERN [PATTERN ...]\n"
+     "       2. svn auth --remove PATTERN [PATTERN ...]\n"
      "\n"), N_(
      "  With no arguments, list all cached authentication credentials.\n"
      "  Authentication credentials include usernames, passwords,\n"