diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-19 13:55:43 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-19 13:55:43 +0300 |
commit | 47b1015c0f6fbd7fd5299f66666cd97605fd5ef3 (patch) | |
tree | 4964c0982ada1bcff11b3732898f59021a455ce8 /apps/SetEnv.hs | |
parent | refactoring (diff) | |
download | windows-env-47b1015c0f6fbd7fd5299f66666cd97605fd5ef3.tar.gz windows-env-47b1015c0f6fbd7fd5299f66666cd97605fd5ef3.zip |
README update
Diffstat (limited to 'apps/SetEnv.hs')
-rw-r--r-- | apps/SetEnv.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/SetEnv.hs b/apps/SetEnv.hs index 482bb31..debc1d0 100644 --- a/apps/SetEnv.hs +++ b/apps/SetEnv.hs @@ -45,7 +45,7 @@ main :: IO () main = execParser parser >>= setEnv where parser = info (helper <*> optionParser) $ - fullDesc <> progDesc "Set environment variable" + fullDesc <> progDesc "Set environment variables" setEnv :: Options -> IO () setEnv options = void $ promptAnd engrave |