From 28f260438ec7b1d58c55753863c5d9616b5a6626 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 26 Jan 2014 14:18:30 +0100 Subject: [PATCH] + Fix doc string --- src/App/ApplicationPy.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/App/ApplicationPy.cpp b/src/App/ApplicationPy.cpp index 15781cc3d0b5..dda7ed797e12 100644 --- a/src/App/ApplicationPy.cpp +++ b/src/App/ApplicationPy.cpp @@ -62,9 +62,7 @@ PyMethodDef Application::Methods[] = { {"Version", (PyCFunction) Application::sGetVersion, 1, "Print the version to the output."}, {"ConfigGet", (PyCFunction) Application::sGetConfig, 1, - "ConfigGet([string]) -- Get the value for the given key.\n" - "If no key is given the complete configuration is dumped to\n" - "the output."}, + "ConfigGet(string) -- Get the value for the given key."}, {"ConfigSet", (PyCFunction) Application::sSetConfig, 1, "ConfigSet(string, string) -- Set the given key to the given value."}, {"ConfigDump", (PyCFunction) Application::sDumpConfig, 1,