From 9f5a7bee058d3110f8ddc2f12d24938a95fe14dc Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 18 Feb 2016 20:52:10 +0000 Subject: [PATCH] Updated test-c-plugin help --- tests/test-c-plugin/test-c-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-c-plugin/test-c-plugin.c b/tests/test-c-plugin/test-c-plugin.c index 57cc0cb..c992ce8 100644 --- a/tests/test-c-plugin/test-c-plugin.c +++ b/tests/test-c-plugin/test-c-plugin.c @@ -173,7 +173,7 @@ prof_init(const char * const version, const char * const status) "/c-test log debug|info|warning|error ", NULL }; - const char *description = "C test plugins."; + const char *description = "C test plugin. All commands focus the plugin window."; const char *args[][2] = { { "consalert", "Highlight the console window in the status bar" }, { "consshow ", "Show the message in the console window" },