Skip to content

Commit

Permalink
chore: Fix typo in --help (semgrep/semgrep-proprietary#3031)
Browse files Browse the repository at this point in the history
synced from Pro 94268798dedc043dbf0710038cd2a1e32afe0baf
  • Loading branch information
nmote authored and mjambon committed Feb 5, 2025
1 parent b839082 commit 50a6842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osemgrep/cli_scan/Scan_CLI.ml
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ let o_trace_endpoint : string option Term.t =
{|Endpoint to send OpenTelemetry traces to, if `--trace` is present.
The value may be `semgrep-prod` (default), `semgrep-dev`,
`semgrep-local`, or any valid URL. This feature is meant for
internal use and may be changed or removed wihtout warning.
internal use and may be changed or removed without warning.
|}
in
Arg.value (Arg.opt Arg.(some string) None info)
Expand Down

0 comments on commit 50a6842

Please sign in to comment.