aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apps/RemovePath.hs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/RemovePath.hs')
-rw-r--r--apps/RemovePath.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/RemovePath.hs b/apps/RemovePath.hs
index 2fecda6..87c60a4 100644
--- a/apps/RemovePath.hs
+++ b/apps/RemovePath.hs
@@ -15,9 +15,9 @@ import Options.Applicative
import qualified Environment
data Options = Options
- { optName :: String
+ { optName :: String
, optGlobal :: Bool
- , optPaths :: [String]
+ , optPaths :: [String]
} deriving (Eq, Show)
options = Options