From 72137c92cd0c5187f4ded742de0f7c346d217144 Mon Sep 17 00:00:00 2001 From: Javi Merino Date: Tue, 10 May 2016 18:46:40 +0100 Subject: [PATCH] lisa_shell: document the PORT parameter of lisa-ipython 0bb8438f0157 ("lisa_shell: add support for multiple instances") introduced a third parameter to lisa-ipython. After the network interface you can set the port. Document it in lisa-ipython's usage. --- src/shell/lisa_shell | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 src/shell/lisa_shell diff --git a/src/shell/lisa_shell b/src/shell/lisa_shell old mode 100644 new mode 100755 index 598d423c0..4cf6451ff --- a/src/shell/lisa_shell +++ b/src/shell/lisa_shell @@ -113,11 +113,12 @@ echo ################################################################################ function _lisa-ipython-usage { - echo "Usage: lisa-ipython CMD [NETIF]" + echo "Usage: lisa-ipython CMD [NETIF [PORT]]" echo " CMD - IPython Notebooks command (deafult: start)" echo " start start the ipython server" echo " stop stop the ipython server" echo " NETIF - the network interface to start the server on (default: lo)" + echo " PORT - the tcp port for the server (default: 8888)" } function _lisa-ipython-start { -- GitLab