Skip to content

Commit 2021083

Browse files
committed
Change help message of findsymbol command
1 parent 24e719c commit 2021083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CommandArgs.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ findSymbol = record dummyFindSymbol
184184
, ghcOpts := def += typ "OPTION" += help "ghc options"
185185
, symbol := def += typ "SYMBOL" += argPos 0
186186
, files := def += typFile += args
187-
] += help "Find the modules where the given symbol is defined"
187+
] += help "List the modules where the given symbol could be found"
188188

189189
full :: String -> Annotate Ann
190190
full progName = modes_ [admin += auto, check, moduleFile, info, type_, findSymbol]

0 commit comments

Comments
 (0)