* cli/cli-cmds.c (_initialize_cli_cmds): Fix alias command help.
+2020-10-20 Andreas Schwab <schwab@linux-m68k.org>
+
+ * cli/cli-cmds.c (_initialize_cli_cmds): Fix alias command help.
+
2020-10-19 Tom Tromey <tromey@adacore.com>
PR tui/26719
\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\