Skip to content

Commit

Permalink
Fix typo in -keywords CLI doc
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Rebours <[email protected]>

Co-authored-by: Patrick Ferris <[email protected]>
  • Loading branch information
NathanReb and patricoferris committed Dec 9, 2024
1 parent 7e48f7d commit 9deca0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1414,7 +1414,7 @@ let standalone_args =
Arg.String (fun s -> keywords := Some s),
"<version+list> Set keywords according to the version+list \
specification. Allows using a set of keywords different from the one of \
the current compiler for backword compatibility." );
the current compiler for backward compatibility." );
( "--keywords",
Arg.String (fun s -> keywords := Some s),
"<version+list> Same as -keywords" );
Expand Down

0 comments on commit 9deca0e

Please sign in to comment.