From 5dbb9b9d4b5414cf78b203c5ab67860aba9d2405 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 15 Jul 2022 13:26:37 -0400 Subject: Add missing -f to the readme; * Consolidate optional arguments in usage line --- bin/jupyter_safe_port | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit