From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BF8C5425CEE for ; Wed, 17 Jun 2026 14:18:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781705932; cv=none; b=hlVJzqgiSkrfmGSkCPfiwv/oPJZa5IgXaLNAQ5yGkNaO2XfKmxUaEQT2E4s6A9LwUUyeMcy4yQTvZOf8BoakXF11a8If60uzVCQ0p7uLYqpSPJzW80TxS89gFKXDRE4ZNEH9BNcC/dtcLj8kfXSm1Zkny+ulopmlEFmvDRHltmQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781705932; c=relaxed/simple; bh=V0DspjFxEujAL3z4wnzfqfGxpll/W8QbYawApWGtEqA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=AbX8GBCoausKuQC7g99ikuxOJ/I5GasakJ2X7x/+Xa9h1lxZ9yrOYPuNBdO0eAndZ62d7V0X5Psn0y6idbj7V7m8b6sjoKfBk9pUIoE7JK9OzGWKo8d81ZgiSdMjOfZYEZnZeqCq3cN5CHnpz2zRoVw+OP/Q+PgLAkdt/CCtDLI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UuxlS8l/; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UuxlS8l/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2BFE71F000E9; Wed, 17 Jun 2026 14:18:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781705931; bh=/n7pgQYjOENLqN1Tt+mLBM8IWplCD02uw6HAWWs6Vs4=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=UuxlS8l/hTKGgqkAVQPVC0SrZF7aiqTi0hYxNXt6K9SxxtGO/bbS4pmlQcLf4E7iO tzA5mp59XLW9sqzwiwHx9fQN1RbpULv+qSfpqc8bztoFaABDpbsIt8lEGnoGXCzSDc zqOCnptQmXf8Zf2F4+L567oHVv8Jt2Q5El/0q4IahHlb1i/L5nDnfPdXz97+DmMnnK Cp7NDlu3X4GzaCHDM5UxK5oheIj4XOGJVwJ49tuIpL4LSnXtbY9aWtp1w0kvM2uh/e X5lX+LN8k8gGVERq+7IebN1870JZUSBHv9n1LDsKBHm8qDCY3hL8plOPesw6jWuTNy Nuhpc6DBMWMug== Date: Wed, 17 Jun 2026 10:18:50 -0400 From: Sasha Levin To: Bhaskar Chowdhury Cc: matttbe@kernel.org, akpm@linux-foundation.org, cmllamas@google.com, linux-kernel@vger.kernel.org, luca.ceresoli@bootlin.com, mhiramat@kernel.org Subject: Re: [PATCH] scripts: Getting rid of -h option, when empty, the usage will be shown Message-ID: References: <2f655801-5824-4943-8455-c63ebfca7c49@kernel.org> <20260613233012.3245472-2-unixbhaskar@gmail.com> <20260613233012.3245472-3-unixbhaskar@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20260613233012.3245472-3-unixbhaskar@gmail.com> On Sun, Jun 14, 2026 at 04:54:46AM +0530, Bhaskar Chowdhury wrote: >cc:sashal@kernel.org > >Make thing simple to show the help/usage info, when no argument given. But passing no arguments is a valid thing to do for this script... -- Thanks, Sasha