diff options
author | Yao Qi <yao@codesourcery.com> | 2013-01-25 00:46:19 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-01-25 00:46:19 +0000 |
commit | a87d9ac49a101dad65dd08ba70f6f8e2e29d0f39 (patch) | |
tree | 2837f9fa5886c845727159bda45903a807bafc88 /gdb/main.c | |
parent | b1bf29c22ac12a3f9d3c4a9fdee07b36c7c2c9f2 (diff) | |
download | gdb-a87d9ac49a101dad65dd08ba70f6f8e2e29d0f39.zip gdb-a87d9ac49a101dad65dd08ba70f6f8e2e29d0f39.tar.gz gdb-a87d9ac49a101dad65dd08ba70f6f8e2e29d0f39.tar.bz2 |
gdb/
* main.c (print_gdb_help): Remove "--epoch" from the help
message.
Diffstat (limited to 'gdb/main.c')
-rw-r--r-- | gdb/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1088,7 +1088,6 @@ Options:\n\n\ fputs_unfiltered (_("\ --dbx DBX compatibility mode.\n\ --directory=DIR Search for source files in DIR.\n\ - --epoch Output information used by epoch emacs-GDB interface.\n\ --exec=EXECFILE Use EXECFILE as the executable.\n\ --fullname Output information used by emacs-GDB interface.\n\ --help Print this message.\n\ |