Make the log message & setter match for "dyld/shlib".  The "ListLogCategories" output should really be auto-generated from the settings so you can't make this sort of mistake...

git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@131003 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/lldb-log.cpp b/source/lldb-log.cpp
index d042a8f..1266ebd 100644
--- a/source/lldb-log.cpp
+++ b/source/lldb-log.cpp
@@ -233,7 +233,7 @@
         "\tprocess - log process events and activities\n"
         "\tthread - log thread events and activities\n"
         "\tscript - log events about the script interpreter\n"
-        "\tshlib - log shared library related activities\n"
+        "\dyld - log shared library related activities\n"
         "\tstate - log private and public process state changes\n"
         "\tstep - log step related activities\n"
         "\tunwind - log stack unwind activities\n"