Skip to content
Snippets Groups Projects
Commit 71e635f3 authored by René Nussbaumer's avatar René Nussbaumer Committed by Iustin Pop
Browse files

Fixing a typo in option description


Signed-off-by: default avatarRené Nussbaumer <rn@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
Signed-off-by: default avatarIustin Pop <iustin@google.com>
parent 9f4b0931
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ oExecJobs :: OptType
oExecJobs = Option "X" ["exec"]
(NoArg (\ opts -> Ok opts { optExecJobs = True}))
"execute the suggested moves via Luxi (only available when using\
\ it for data gathering"
\ it for data gathering)"
oVerbose :: OptType
oVerbose = Option "v" ["verbose"]
......
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