aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2022-07-15 13:26:37 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2022-07-15 13:26:37 -0400
commit5dbb9b9d4b5414cf78b203c5ab67860aba9d2405 (patch)
treebc9248198f07ac21293ff3bb453ecf3932ec6668
parent4eedbfcbb50559fc310db5f4922bb414cbe61708 (diff)
downloadjupyter_safe_port-5dbb9b9d4b5414cf78b203c5ab67860aba9d2405.tar.gz
Add missing -f to the readme;
* Consolidate optional arguments in usage line
-rwxr-xr-xbin/jupyter_safe_port2
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