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/UnsetEnv.hs | |
parent | refactoring (diff) | |
download | windows-env-47b1015c0f6fbd7fd5299f66666cd97605fd5ef3.tar.gz windows-env-47b1015c0f6fbd7fd5299f66666cd97605fd5ef3.zip |
README update
Diffstat (limited to 'apps/UnsetEnv.hs')
-rw-r--r-- | apps/UnsetEnv.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/UnsetEnv.hs b/apps/UnsetEnv.hs index 767c681..e08c95a 100644 --- a/apps/UnsetEnv.hs +++ b/apps/UnsetEnv.hs @@ -40,7 +40,7 @@ main :: IO () main = execParser parser >>= unsetEnv where parser = info (helper <*> optionParser) $ - fullDesc <> progDesc "Unset environment variable" + fullDesc <> progDesc "Unset environment variables" unsetEnv :: Options -> IO () unsetEnv options = void $ promptAnd wipe |