Skip to content

Commit

Permalink
Merge pull request #910 from stan-dev/issue_909_help_formatting
Browse files Browse the repository at this point in the history
Add missing space in help
  • Loading branch information
rok-cesnovar authored Jun 2, 2021
2 parents 888c0f6 + 58bc738 commit 84f5735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stanc/stanc.ml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ let options =
transformed it." )
; ( "--dump-stan-math-signatures"
, Arg.Set dump_stan_math_sigs
, "Dump out the list of supported type signatures for Stan Math backend."
, " Dump out the list of supported type signatures for Stan Math backend."
)
; ( "--warn-uninitialized"
, Arg.Set warn_uninitialized
Expand All @@ -105,7 +105,7 @@ let options =
\"$model_filename_model\")" )
; ( "--O"
, Arg.Set optimize
, "Allow the compiler to apply all optimizations to the Stan code." )
, " Allow the compiler to apply all optimizations to the Stan code." )
; ( "--o"
, Arg.Set_string output_file
, " Take the path to an output file for generated C++ code (default = \
Expand Down

0 comments on commit 84f5735

Please sign in to comment.