aboutsummaryrefslogtreecommitdiffstats
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
commita5aa147e1fdb5acd1449f7e0038a395add332422 (patch)
tree5d07f3fd723801a9e4c80db91f156cb15da71e5e /Main.hs
parentabc072a44cb6cef246236e346f56743cb4df8d3e (diff)
downloadxmonad-a5aa147e1fdb5acd1449f7e0038a395add332422.tar.gz
xmonad-a5aa147e1fdb5acd1449f7e0038a395add332422.tar.xz
xmonad-a5aa147e1fdb5acd1449f7e0038a395add332422.zip
Add --replace flag with documentation (issue 99).
Ignore-this: c56000295b75c66309913e29e1671d88 darcs-hash:20091220183529-1499c-3c77980c6e443252334c118e2284fa7ed4933bff.gz
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" :