diff options
-rwxr-xr-x | bin/jupyter_safe_port | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/jupyter_safe_port b/bin/jupyter_safe_port index 943fbeb..aa78fb9 100755 --- a/bin/jupyter_safe_port +++ b/bin/jupyter_safe_port @@ -1,7 +1,7 @@ #!/usr/bin/env bash usage() { printf \ -"usage: %s [-h] [-c] [-d] {host} [port] +"usage: %s [-hcdf] {host} [port] Discovers the next TCP port available for your notebook server and returns execution instructions. If the argument '-c' is present and the requested |