From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id C3B0C1F5AF for ; Mon, 29 Mar 2021 21:13:36 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1617052414; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=OlAfKqHrc3zjPxTUOF1tTjECbeq9+E5opTsjDfzSsCA=; b=Rcys3tYwzrKwiT2Wjq2e+ugCuZ69wPyUW5DQBb2dCqIc4DxbCx19p7r2kyke0Lb/nBymeW W3J+84VfA+lRF7eBlfQBqsx9v686ce/Mz7GII8ekGu10Fqb5LN1PwFVqry1FQAUelh/9Ih 1NKid9rZrWLADhByxjy+iE1/1vKnpBlAgHNRUJ1aELvzR14R2mUgxRvQUJgu/CkfPWiIq7 LqBXTy4iZX5BuGyXOZGTiNSmyGpom2XAd7CThWqCT1WdOf81IguIfnhXvmpFjwRmVZjhsB 4crnuKKtGmIC/fYENIRRlXQyVFdXUOVz1z2yB9PP2TXx7IPSweWUAn2wOB+uYA== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 0/4] doc: some clarifications and warnings In-Reply-To: <20210329080416.18587-1-e@80x24.org> References: <20210329080416.18587-1-e@80x24.org> Date: Mon, 29 Mar 2021 17:13:33 -0400 Message-ID: <87k0ppwtmq.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Eric Wong writes: > doc: lei q: drop NNTP from --output description Oops :/ > doc: lei q: add warning for --output clobbering > doc: lei q: clarify default output as stdout > doc: lei: update description, add warnings Thanks for the fixes/improvements.