Make the --replace docs consistent

This commit is contained in:
Spencer Janssen 2010-02-13 00:26:47 +00:00
parent 4372c256ed
commit f3b07eb5dc
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ usage = do
" --help Print this message" : " --help Print this message" :
" --version Print the version number" : " --version Print the version number" :
" --recompile Recompile your ~/.xmonad/xmonad.hs" : " --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" : " --restart Request a running xmonad process to restart" :
#ifdef TESTING #ifdef TESTING
" --run-tests Run the test suite" : " --run-tests Run the test suite" :

View File

@ -58,7 +58,7 @@ These flags are:
: Causes the currently running _xmonad_ process to restart : Causes the currently running _xmonad_ process to restart
--replace --replace
: Replace an existing window manager : Replace the current window manager with xmonad
--version --version
: Display version of _xmonad_ : Display version of _xmonad_