aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apps/AddPath.hs
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-08-20 17:58:58 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-08-20 17:58:58 +0300
commit3dafff5813b9956713abe8b1b94388c7d6bac60a (patch)
tree658febc935b809f91e9dc3995fa0d2dee1a95302 /apps/AddPath.hs
parentcode style (diff)
downloadwindows-env-3dafff5813b9956713abe8b1b94388c7d6bac60a.tar.gz
windows-env-3dafff5813b9956713abe8b1b94388c7d6bac60a.zip
code style
Diffstat (limited to 'apps/AddPath.hs')
-rw-r--r--apps/AddPath.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/AddPath.hs b/apps/AddPath.hs
index da68009..93ea212 100644
--- a/apps/AddPath.hs
+++ b/apps/AddPath.hs
@@ -40,8 +40,8 @@ optionParser = Options
optGlobalDesc = switch
$ long "global" <> short 'g'
<> help "Add for all users"
- optPathsDesc = many
- $ argument str $ metavar "PATH"
+ optPathsDesc = many $ argument str
+ $ metavar "PATH"
<> help "Directories to add"
main :: IO ()