diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/python/lib/gdb/command/frame_filters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/lib/gdb/command/frame_filters.py b/gdb/python/lib/gdb/command/frame_filters.py index 3afe5e9..16a40ed 100644 --- a/gdb/python/lib/gdb/command/frame_filters.py +++ b/gdb/python/lib/gdb/command/frame_filters.py @@ -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] |