aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apps/UnsetEnv.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--apps/UnsetEnv.hs2
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