diff options
author | Joachim Fasting <joachim.fasting@gmail.com> | 2007-11-18 00:08:14 +0100 |
---|---|---|
committer | Joachim Fasting <joachim.fasting@gmail.com> | 2007-11-18 00:08:14 +0100 |
commit | 44024f49f8862436190df8c5e5284395f463fa4a (patch) | |
tree | 49bd005891ed5d72088880fe85acc7d99a2ed0f5 /XMonad | |
parent | fd97c0c0ee38e75aaeba4738042ade0974e32447 (diff) | |
download | XMonadContrib-44024f49f8862436190df8c5e5284395f463fa4a.tar.gz XMonadContrib-44024f49f8862436190df8c5e5284395f463fa4a.tar.xz XMonadContrib-44024f49f8862436190df8c5e5284395f463fa4a.zip |
Prompt/Ssh.hs: fix import statements in usage doc.
darcs-hash:20071117230814-928c4-d9b36cd923c4609c1b06e99592feca9c29b165da.gz
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Prompt/Ssh.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Prompt/Ssh.hs b/XMonad/Prompt/Ssh.hs index 9194b27..360720e 100644 --- a/XMonad/Prompt/Ssh.hs +++ b/XMonad/Prompt/Ssh.hs @@ -33,7 +33,7 @@ import Data.Maybe -- 1. In Config.hs add: -- -- > import XMonad.Prompt --- > import XMonad.Prompt.SshPrompt +-- > import XMonad.Prompt.Ssh -- -- 2. In your keybindings add something like: -- @@ -41,7 +41,7 @@ import Data.Maybe -- -- %import XMonad.Prompt --- %import XMonad.Prompt.SshPrompt +-- %import XMonad.Prompt.Ssh -- %keybind , ((modMask .|. controlMask, xK_s), sshPrompt defaultXPConfig) data Ssh = Ssh |