Unverified Commit 463df9e4 authored by xpac1985's avatar xpac1985 Committed by GitHub
Browse files

Make socat debug output show version + features instead of help text

parent 754f7a78
...@@ -207,7 +207,7 @@ _dlg_versions() { ...@@ -207,7 +207,7 @@ _dlg_versions() {
echo "socat:" echo "socat:"
if _exists "socat"; then if _exists "socat"; then
socat -h 2>&1 socat -V 2>&1
else else
_debug "socat doesn't exists." _debug "socat doesn't exists."
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment