From 27371f845de92481e84f792e68c933e83865cd74 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Mon, 24 Mar 2008 22:24:53 +0100 Subject: --recompile now forces recompilation of xmonad.hs darcs-hash:20080324212453-a5988-7344cb61508f6eabe969aed2a749f0adcc425704.gz --- Main.hs | 6 ++---- man/xmonad.1.in | 5 +---- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Main.hs b/Main.hs index c03d22f..6d13f11 100644 --- a/Main.hs +++ b/Main.hs @@ -38,8 +38,7 @@ main = do [] -> launch ["--resume", _] -> launch ["--help"] -> usage - ["--recompile"] -> recompile False >> return () - ["--recompile-force"] -> recompile True >> return () + ["--recompile"] -> recompile True >> return () ["--version"] -> putStrLn ("xmonad " ++ showVersion version) #ifdef TESTING ("--run-tests":_) -> Properties.main @@ -54,8 +53,7 @@ usage = do "Options:" : " --help Print this message" : " --version Print the version number" : - " --recompile Recompile your ~/.xmonad/xmonad.hs if it's been changed" : - " --recompile-force Recompile your ~/.xmonad/xmonad.hs" : + " --recompile Recompile your ~/.xmonad/xmonad.hs" : #ifdef TESTING " --run-tests Run the test suite" : #endif diff --git a/man/xmonad.1.in b/man/xmonad.1.in index f4dfe3b..9bb1fb6 100644 --- a/man/xmonad.1.in +++ b/man/xmonad.1.in @@ -22,10 +22,7 @@ When running with multiple monitors (Xinerama), each screen has exactly 1 worksp \fBxmonad\fR has several flags which you may pass to the executable. These flags are: .TP \fB--recompile -Recompiles your configuration in ~/.xmonad/xmonad.hs if it is newer than your already existing ~/.xmonad/xmonad executable. -.TP -\fB--recompile-force -Unconditionally recompiles your configuration in ~/.xmonad/xmonad.hs. +Recompiles your configuration in ~/.xmonad/xmonad.hs .TP \fB--version Display version of \fBxmonad\fR. -- cgit v1.2.3