From 6a8c1c618c2fe1b50143097eff9e3a10633e359d Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Sun, 1 Dec 2019 17:16:26 +0100 Subject: [PATCH] Update ssh wrapper script Signed-off-by: Severin Kaderli --- system/.local/bin/ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/.local/bin/ssh b/system/.local/bin/ssh index edbb77a..e823635 100755 --- a/system/.local/bin/ssh +++ b/system/.local/bin/ssh @@ -10,5 +10,5 @@ # Wrapper script for ssh to use XDG directories # # USAGE: -# ./svn +# ./ssh "/usr/bin/ssh" -F "${XDG_CONFIG_HOME}/ssh/config" "${@}" \ No newline at end of file