diff options
author | Michael Snyder <msnyder@vmware.com> | 2001-04-17 23:22:52 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2001-04-17 23:22:52 +0000 |
commit | e89a47777f138d9d32b63a75d1691b693621f5e0 (patch) | |
tree | b99bd0f31c4b759f3768a4d37e4e9f058eb3b9c9 /gdb/solib.c | |
parent | c60a7562e3f01810c911eedf62caee98b981f2e8 (diff) | |
download | gdb-e89a47777f138d9d32b63a75d1691b693621f5e0.zip gdb-e89a47777f138d9d32b63a75d1691b693621f5e0.tar.gz gdb-e89a47777f138d9d32b63a75d1691b693621f5e0.tar.bz2 |
Fix thinko.
Diffstat (limited to 'gdb/solib.c')
-rw-r--r-- | gdb/solib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib.c b/gdb/solib.c index dc83109..8da44df 100644 --- a/gdb/solib.c +++ b/gdb/solib.c @@ -826,7 +826,7 @@ _initialize_solib (void) add_info ("sharedlibrary", info_sharedlibrary_command, "Status of loaded shared object libraries."); add_com ("nosharedlibrary", class_files, no_shared_libraries, - "Unload all shared object library symbols except ."); + "Unload all shared object library symbols."); add_show_from_set (add_set_cmd ("auto-solib-add", class_support, var_zinteger, |