Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
i7
peregrine
Commits
027c2e14
Commit
027c2e14
authored
May 02, 2017
by
Philipp Meyer
Browse files
Rewrite usage info in help
parent
26427ced
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Options.hs
View file @
027c2e14
...
@@ -157,4 +157,5 @@ parseArgs = do
...
@@ -157,4 +157,5 @@ parseArgs = do
(
_
,
_
,
errs
)
->
return
$
Left
$
concat
errs
(
_
,
_
,
errs
)
->
return
$
Left
$
concat
errs
usageInformation
::
String
usageInformation
::
String
usageInformation
=
usageInfo
"Peregrine"
options
usageInformation
=
usageInfo
(
"Usage: peregrine [OPTIONS] FILE
\n
"
)
options
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment