diff options
Diffstat (limited to 'gdb/stack.c')
-rw-r--r-- | gdb/stack.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/stack.c b/gdb/stack.c index 1d43971..e00e297 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -2629,9 +2629,7 @@ This is useful in command scripts.")); Select and print a stack frame.\nWith no argument, \ print the selected stack frame. (See also \"info frame\").\n\ An argument specifies the frame to select.\n\ -It can be a stack frame number or the address of the frame.\n\ -With argument, nothing is printed if input is coming from\n\ -a command file or a user-defined command.")); +It can be a stack frame number or the address of the frame.\n")); add_com_alias ("f", "frame", class_stack, 1); |