Make socat print version + features instead of help text

This commit is contained in:
xpac1985 2020-02-18 16:22:47 +01:00 committed by GitHub
parent c768581829
commit 97319bdc7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -207,7 +207,7 @@ _dlg_versions() {
echo "socat:"
if _exists "socat"; then
socat -h 2>&1
socat -V 2>&1
else
_debug "socat doesn't exists."
fi