diff options
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 |