From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS54825 139.178.88.0/22 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from sv.mirrors.kernel.org (sv.mirrors.kernel.org [139.178.88.99]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 361411F406 for ; Thu, 16 Nov 2023 19:36:42 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=pobox.com header.i=@pobox.com header.a=rsa-sha256 header.s=sasl header.b=dTsz88dF; dkim-atps=neutral Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sv.mirrors.kernel.org (Postfix) with ESMTPS id CA190280F29 for ; Thu, 16 Nov 2023 19:36:41 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 5D048487B9; Thu, 16 Nov 2023 19:36:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=pobox.com header.i=@pobox.com header.b="dTsz88dF" Received: from pb-smtp1.pobox.com (pb-smtp1.pobox.com [64.147.108.70]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1C50018D for ; Thu, 16 Nov 2023 11:36:32 -0800 (PST) Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 690FB1B6B25; Thu, 16 Nov 2023 14:36:31 -0500 (EST) (envelope-from tmz@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; s=sasl; bh=94bDQbHobmfx7JTA+7w80xnZn u+3cZEo+kdcfZlE/AY=; b=dTsz88dFSb9IYV7q226rkn+AzBeS+9VW1X5DyQJnw O2zSW2onHgRrpP5TforgphRaG1xOYN0qt72/F9F4kNipRwT69dIINOQ60n9wjpO8 mQL86DSmeKsTAONC9n9d1e5kvvpCa+s/oFs4NwOd7BNnoBT8IcpHUqEym69BRU3t ng= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 61CB51B6B24; Thu, 16 Nov 2023 14:36:31 -0500 (EST) (envelope-from tmz@pobox.com) Received: from morphine.paradise.teonanacatl.net (unknown [47.204.171.166]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id AB80D1B6B22; Thu, 16 Nov 2023 14:36:30 -0500 (EST) (envelope-from tmz@pobox.com) From: Todd Zullinger To: Junio C Hamano Cc: git@vger.kernel.org Subject: [PATCH] send-email: remove stray characters from usage Date: Thu, 16 Nov 2023 14:36:21 -0500 Message-ID: <20231116193623.471261-1-tmz@pobox.com> X-Mailer: git-send-email 2.43.0.rc2 In-Reply-To: References: Precedence: bulk X-Mailing-List: git@vger.kernel.org List-Id: List-Subscribe: MIME-Version: 1.0 X-Pobox-Relay-ID: 71334DA0-84B7-11EE-B3D4-78DCEB2EC81B-09356542!pb-smtp1.pobox.com Content-Transfer-Encoding: quoted-printable A few stray single quotes crept into the usage string in a2ce608244 (send-email docs: add format-patch options, 2021-10-25). Remove them. Signed-off-by: Todd Zullinger --- [I trimmed the Cc: list] Junio C Hamano wrote: > Thanks. Let's split this out as a docfix patch and handle it > separately. Done. :) git-send-email.perl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-send-email.perl b/git-send-email.perl index cacdbd6bb2..d24e981d61 100755 --- a/git-send-email.perl +++ b/git-send-email.perl @@ -28,8 +28,8 @@ =20 sub usage { print <] -git send-email' [] +git send-email [] +git send-email [] git send-email --dump-aliases =20 Composing: --=20 2.43.0.rc2