diff frontends/src/jp/base.py @ 2114:dc5d214f0a3b

jp (info/session): added a command to get data on current session
author Goffi <goffi@goffi.org>
date Thu, 05 Jan 2017 22:22:26 +0100
parents e0066920a661
children 469702b46768
line wrap: on
line diff
--- a/frontends/src/jp/base.py	Thu Jan 05 22:22:13 2017 +0100
+++ b/frontends/src/jp/base.py	Thu Jan 05 22:22:26 2017 +0100
@@ -512,7 +512,7 @@
         @param host: Jp instance
         @param name(unicode): name of the new command
         @param use_profile(bool): if True, add profile selection/connection commands
-        @param use_output(bool, dict): if not False, add --output option
+        @param use_output(bool, unicode): if not False, add --output option
         @param need_connect(bool, None): True if profile connection is needed
             False else (profile session must still be started)
             None to set auto value (i.e. True if use_profile is set)