From e0c45dedd909c7a0a6621bdc9061051c185123bb Mon Sep 17 00:00:00 2001
From: Andreas Schwab <schwab@linux-m68k.org>
Date: Mon, 19 Oct 2020 20:55:06 +0200
Subject: Fix help string of alias command

* cli/cli-cmds.c (_initialize_cli_cmds): Fix alias command help.
---
 gdb/cli/cli-cmds.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'gdb/cli')

diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c
index 352abd0..e6a1a84 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\
-- 
cgit v1.1