We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f22ac commit 4a309ccCopy full SHA for 4a309cc
wait-for
@@ -21,7 +21,7 @@ usage() {
21
exitcode="$1"
22
cat << USAGE >&2
23
Usage:
24
- $cmdname host:port [-t timeout] [-- command args]
+ $(basename $0) host:port [-t timeout] [-- command args]
25
-q | --quiet Do not output any status messages
26
-s | --strict Only execute subcommand if the test succeeds
27
-t TIMEOUT | --timeout=timeout Timeout in seconds, zero for no timeout
0 commit comments