Skip to content
Snippets Groups Projects
Commit 6c30ce16 authored by Guido Trotter's avatar Guido Trotter
Browse files

Remove double whitespace in help string


Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent eec83a95
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ oEvacMode = Option "E" ["evac-mode"]
oExInst :: OptType
oExInst = Option "" ["exclude-instances"]
(ReqArg (\ f opts -> Ok opts { optExInst = sepSplit ',' f }) "INSTS")
"exclude given instances from any moves"
"exclude given instances from any moves"
oExTags :: OptType
oExTags = Option "" ["exclusion-tags"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment