diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-07-15 13:26:37 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-07-15 13:26:37 -0400 |
commit | 5dbb9b9d4b5414cf78b203c5ab67860aba9d2405 (patch) | |
tree | bc9248198f07ac21293ff3bb453ecf3932ec6668 | |
parent | 4eedbfcbb50559fc310db5f4922bb414cbe61708 (diff) | |
download | jupyter_safe_port-5dbb9b9d4b5414cf78b203c5ab67860aba9d2405.tar.gz |
Add missing -f to the readme;
* Consolidate optional arguments in usage line
-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 |