Unverified Commit c6c395cd authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #2737 from xpac1985/patch-3

Make socat debug output show version + features instead of help text
parents 48310646 463df9e4
...@@ -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