summaryrefslogtreecommitdiffstats
path: root/Main.hs
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2009-12-20 19:35:29 +0100
committerAdam Vogt <vogt.adam@gmail.com>2009-12-20 19:35:29 +0100
commite193f0357bf55e52d38289d786649272e813175e (patch)
tree5d07f3fd723801a9e4c80db91f156cb15da71e5e /Main.hs
parent7c38900cecc963d16f4e0f7f58d872934df341c8 (diff)
downloadmetatile-e193f0357bf55e52d38289d786649272e813175e.tar
metatile-e193f0357bf55e52d38289d786649272e813175e.zip
Add --replace flag with documentation (issue 99).
Ignore-this: c56000295b75c66309913e29e1671d88 darcs-hash:20091220183529-1499c-3c77980c6e443252334c118e2284fa7ed4933bff
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Main.hs b/Main.hs
index a2cf797..230155f 100644
--- a/Main.hs
+++ b/Main.hs
@@ -65,6 +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" :
" --restart Request a running xmonad process to restart" :
#ifdef TESTING
" --run-tests Run the test suite" :