[OBVIOUS] enable frame-filter short help uses disable instead of enable

Without the patch:
  (gdb) apropos able frame-filter
  disable frame-filter -- GDB command to disable the specified frame-filter
  enable frame-filter -- GDB command to disable the specified frame-filter

With the patch:
  (gdb) apropos able frame-filter
  disable frame-filter -- GDB command to disable the specified frame-filter
  enable frame-filter -- GDB command to enable the specified frame-filter

Pushed as obvious
This commit is contained in:
Philippe Waroquiers 2018-09-18 00:14:26 +02:00
parent ae292b3afc
commit 62b1765c90

View file

@ -207,7 +207,7 @@ def _complete_frame_filter_name(word, printer_dict):
return flist
class EnableFrameFilter(gdb.Command):
"""GDB command to disable the specified frame-filter.
"""GDB command to enable the specified frame-filter.
Usage: enable frame-filter enable DICTIONARY [NAME]