From 7a06ad057d8f237d8ebc6786826ccc1762c5c442 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 17 Jan 2017 02:22:50 +0300 Subject: refactoring --- apps/UnsetEnv.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/UnsetEnv.hs') diff --git a/apps/UnsetEnv.hs b/apps/UnsetEnv.hs index f0352b4..b30ce8a 100644 --- a/apps/UnsetEnv.hs +++ b/apps/UnsetEnv.hs @@ -43,7 +43,7 @@ main :: IO () main = execParser parser >>= unsetEnv where parser = info (helper <*> optionParser) $ - fullDesc <> progDesc "Unset environment variables" + fullDesc <> progDesc "Delete environment variables" unsetEnv :: Options -> IO () unsetEnv options = runExceptT doUnsetEnv >>= either ioError return -- cgit v1.2.3