aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apps/UnsetEnv.hs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/UnsetEnv.hs')
-rw-r--r--apps/UnsetEnv.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/UnsetEnv.hs b/apps/UnsetEnv.hs
index 51f71e8..f7bf0b2 100644
--- a/apps/UnsetEnv.hs
+++ b/apps/UnsetEnv.hs
@@ -12,7 +12,7 @@ import qualified Environment
data Options = Options
{ optGlobal :: Bool
- , optName :: String
+ , optName :: String
} deriving (Eq, Show)
options :: Parser Options