diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2009-12-20 19:35:29 +0100 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2009-12-20 19:35:29 +0100 |
commit | a5aa147e1fdb5acd1449f7e0038a395add332422 (patch) | |
tree | 5d07f3fd723801a9e4c80db91f156cb15da71e5e /Main.hs | |
parent | abc072a44cb6cef246236e346f56743cb4df8d3e (diff) | |
download | xmonad-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 '')
-rw-r--r-- | Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" : |