aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/Ssh.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Prompt/Ssh.hs')
-rw-r--r--XMonad/Prompt/Ssh.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Prompt/Ssh.hs b/XMonad/Prompt/Ssh.hs
index e9e7ec8..aa1b9fd 100644
--- a/XMonad/Prompt/Ssh.hs
+++ b/XMonad/Prompt/Ssh.hs
@@ -41,7 +41,7 @@ econst = const . return
--
-- 2. In your keybindings add something like:
--
--- > , ((modm .|. controlMask, xK_s), sshPrompt defaultXPConfig)
+-- > , ((modm .|. controlMask, xK_s), sshPrompt def)
--
-- Keep in mind, that if you want to use the completion you have to
-- disable the "HashKnownHosts" option in your ssh_config