typo clear_port -> clear-port
This commit is contained in:
parent
de5e0385ba
commit
65cc8ef084
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ if [ -n "$1" ]; then
|
|||
kill "$port_num"
|
||||
fi
|
||||
else
|
||||
echo >&2 Usage: clear_port port-number
|
||||
echo >&2 Usage: clear-port port-number
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue