Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
9137bac2
Commit
9137bac2
authored
Dec 19, 2013
by
Mikhail Glushenkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a help string.
parent
5d94f18a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cabal-install/Distribution/Client/Setup.hs
cabal-install/Distribution/Client/Setup.hs
+1
-1
No files found.
cabal-install/Distribution/Client/Setup.hs
View file @
9137bac2
...
...
@@ -170,7 +170,7 @@ globalCommand = CommandUI {
(
reqArgFlag
"FILE"
)
,
option
[]
[
"require-sandbox"
]
"
R
equir
e
the presence of a sandbox for sandbox-aware commands"
"
r
equir
ing
the presence of a sandbox for sandbox-aware commands"
globalRequireSandbox
(
\
v
flags
->
flags
{
globalRequireSandbox
=
v
})
(
boolOpt'
(
[]
,
[
"require-sandbox"
])
(
[]
,
[
"no-require-sandbox"
]))
...
...
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