mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 00:20:22 -07:00
Make the --replace docs consistent
This commit is contained in:
parent
4372c256ed
commit
f3b07eb5dc
2
Main.hs
2
Main.hs
@ -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" :
|
||||||
|
@ -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_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user