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 <nathan.p.rebours@gmail.com>

Co-authored-by: Patrick Ferris <patrick@sirref.org>
  • Loading branch information
NathanReb and patricoferris committed Nov 26, 2024
1 parent 8858b4a commit 4d237d9
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 4d237d9

Please sign in to comment.