summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorSpencer Janssen <spencerjanssen@gmail.com>2010-02-13 01:26:47 +0100
committerSpencer Janssen <spencerjanssen@gmail.com>2010-02-13 01:26:47 +0100
commitb51abc61705e6ec421c68e2f86b97a78b42f5c1e (patch)
treeb54baaf748a9fd49ce29658760f6acccf5ec6bd2 /Main.hs
parente193f0357bf55e52d38289d786649272e813175e (diff)
downloadmetatile-b51abc61705e6ec421c68e2f86b97a78b42f5c1e.tar
metatile-b51abc61705e6ec421c68e2f86b97a78b42f5c1e.zip
Make the --replace docs consistent
Ignore-this: c99526bce66ae1154fbf5713622f035d darcs-hash:20100213002647-25a6b-fd03f41ed33f00fc74f860891d697a44b4b3a104
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 230155f..239fb2a 100644
--- a/Main.hs
+++ b/Main.hs
@@ -65,7 +65,7 @@ usage = do
" --help Print this message" :
" --version Print the version number" :
" --recompile Recompile your ~/.xmonad/xmonad.hs" :
- " --replace Request the running window manage to exit" :
+ " --replace Replace the running window manager with xmonad" :
" --restart Request a running xmonad process to restart" :
#ifdef TESTING
" --run-tests Run the test suite" :