From commits-return-49521-archive-asf-public=cust-asf.ponee.io@subversion.apache.org Thu Oct 4 16:50:05 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E192918077A for ; Thu, 4 Oct 2018 16:50:04 +0200 (CEST) Received: (qmail 62432 invoked by uid 500); 4 Oct 2018 14:50:03 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 62420 invoked by uid 99); 4 Oct 2018 14:50:03 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2018 14:50:03 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 738CF3A0AA6 for ; Thu, 4 Oct 2018 14:12:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1842815 - /subversion/trunk/subversion/svn/svn.c Date: Thu, 04 Oct 2018 14:12:17 -0000 To: commits@subversion.apache.org From: julianfoad@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20181004141218.738CF3A0AA6@svn01-us-west.apache.org> 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"