diff options
Diffstat (limited to '')
-rw-r--r-- | apps/AddPath.hs | 4 |
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 () |