From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 5 Oct 2021 14:01:55 +0200 From: Alexey Gladkov To: Linux console tools development discussion Message-ID: <20211005120155.qsf3lza3gbvgacva@example.org> References: <20211002112345.3994-1-alexeysakovets@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211002112345.3994-1-alexeysakovets@gmail.com> Subject: Re: [kbd] [PATCH] Help command should print '-c' (lowercase) instead of '-C' (uppercase) for "the console device to be used" option. X-BeenThere: kbd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Linux console tools development discussion List-Id: Linux console tools development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2021 12:01:57 -0000 Archived-At: List-Archive: On Sat, Oct 02, 2021 at 02:23:47PM +0300, Alexey Sakovets wrote: > Signed-off-by: Alexey Sakovets Applied. Thanks! > --- > src/openvt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/openvt.c b/src/openvt.c > index dd244b5..5980361 100644 > --- a/src/openvt.c > +++ b/src/openvt.c > @@ -280,7 +280,7 @@ int main(int argc, char *argv[]) > }; > > const struct kbd_help opthelp[] = { > - { "-C, --console=DEV", _("the console device to be used.") }, > + { "-c, --console=DEV", _("the console device to be used.") }, > { "-e, --exec", _("execute the command, without forking.") }, > { "-f, --force", _("force opening a VT without checking.") }, > { "-l, --login", _("make the command a login shell.") }, > -- > 2.32.0 > > _______________________________________________ > kbd mailing list > kbd@lists.altlinux.org > https://lists.altlinux.org/mailman/listinfo/kbd > -- Rgrds, legion