Update error message

This commit is contained in:
MatMoul 2023-12-06 00:39:04 +01:00
parent efbb2c0e0c
commit 5b26ca6c0b

3
sshrm
View File

@ -10,5 +10,6 @@ if [ ! "${1}" == "" ]; then
esac esac
ssh-keygen -R "${HOST}" ssh-keygen -R "${HOST}"
else else
echo "Error: No IP or line number provided !" echo "Error: No host or line number provided !"
echo "sshrm host|line_number"
fi fi