aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apps/SetEnv.hs
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-01-17 02:22:50 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-01-17 02:22:50 +0300
commit7a06ad057d8f237d8ebc6786826ccc1762c5c442 (patch)
treea985256a75ffa130d3523562a12195c96d3e752e /apps/SetEnv.hs
parentcode style (diff)
downloadwindows-env-7a06ad057d8f237d8ebc6786826ccc1762c5c442.tar.gz
windows-env-7a06ad057d8f237d8ebc6786826ccc1762c5c442.zip
refactoring
Diffstat (limited to 'apps/SetEnv.hs')
-rw-r--r--apps/SetEnv.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/SetEnv.hs b/apps/SetEnv.hs
index aa8c583..7347cbf 100644
--- a/apps/SetEnv.hs
+++ b/apps/SetEnv.hs
@@ -48,7 +48,7 @@ main :: IO ()
main = execParser parser >>= setEnv
where
parser = info (helper <*> optionParser) $
- fullDesc <> progDesc "Set environment variables"
+ fullDesc <> progDesc "Define environment variables"
setEnv :: Options -> IO ()
setEnv options = runExceptT doSetEnv >>= either ioError return