Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Simon Marchi <simark@simark.ca>
To: Andreas Schwab <schwab@linux-m68k.org>, gdb-patches@sourceware.org
Subject: Re: [PATCH] Fix help string of alias command
Date: Tue, 20 Oct 2020 11:09:51 -0400	[thread overview]
Message-ID: <23a3eafd-aa7e-4de3-5c35-ab166eb8c5fa@simark.ca> (raw)
In-Reply-To: <87mu0i2fvw.fsf@igel.home>

On 2020-10-19 3:08 p.m., Andreas Schwab wrote:
> * cli/cli-cmds.c (_initialize_cli_cmds): Fix alias command help.
> 
> diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c
> index 352abd0a63..e6a1a8417c 100644
> --- a/gdb/cli/cli-cmds.c
> +++ b/gdb/cli/cli-cmds.c
> @@ -2614,9 +2614,9 @@ Use \"help aliases\" to list all user defined aliases and their default args.\n\
>  \n\
>  Examples:\n\
>  Make \"spe\" an alias of \"set print elements\":\n\
> -  alias spe set print elements\n\
> +  alias spe = set print elements\n\
>  Make \"elms\" an alias of \"elements\" in the \"set print\" command:\n\
> -  alias -a set print elms set print elements\n\
> +  alias -a set print elms = set print elements\n\
>  Make \"btf\" an alias of \"backtrace -full -past-entry -past-main\" :\n\
>    alias btf = backtrace -full -past-entry -past-main\n\
>  Make \"wLapPeu\" an alias of 2 nested \"with\":\n\
> -- 
> 2.28.0

This is OK, thanks.

Simon

      reply	other threads:[~2020-10-20 15:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-19 19:08 Andreas Schwab
2020-10-20 15:09 ` Simon Marchi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=23a3eafd-aa7e-4de3-5c35-ab166eb8c5fa@simark.ca \
    --to=simark@simark.ca \
    --cc=gdb-patches@sourceware.org \
    --cc=schwab@linux-m68k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox