Fix help string of alias command
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 19 Oct 2020 18:55:06 +0000 (20:55 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 20 Oct 2020 15:14:33 +0000 (17:14 +0200)
* cli/cli-cmds.c (_initialize_cli_cmds): Fix alias command help.

gdb/ChangeLog
gdb/cli/cli-cmds.c

index 4dc1e42c3b6ddcf8d5d960e5f035b9668dcabe79..916342e79fc9d5d84f0cad63f619931677307f05 100644 (file)
@@ -1,3 +1,7 @@
+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
index 352abd0a634a577abe51b5987599395cb4179b72..e6a1a8417c39f405c85c189ba184e80a583d0a9d 100644 (file)
@@ -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\