From abbcc9aeb1bd990367c547890bf20b4cf34c83b3 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Fri, 8 Jan 2016 22:02:27 +0100 Subject: [PATCH] extend help text --- plugins/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/commands.py b/plugins/commands.py index 261ce41..d0bd3ed 100644 --- a/plugins/commands.py +++ b/plugins/commands.py @@ -761,7 +761,7 @@ def raise_an_error(argv, **args): raise RuntimeError("Exception for debugging") -@pluginfunction('translate', 'translate text fragments', ptypes_COMMAND) +@pluginfunction('translate', 'translate text fragments, use translate show to get a list of languages', ptypes_COMMAND) def translate(argv, **args): available_languages = [code[0] for code in languages]