Skip to content

Commit

Permalink
better message
Browse files Browse the repository at this point in the history
  • Loading branch information
robertohuertasm committed Oct 30, 2024
1 parent c5dc666 commit 56426da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bins/src/bin/datadog_static_analyzer_server/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fn get_opts() -> Options {
opts.optopt(
"l",
"logs",
"Enables logs to a file. Usually /tmp/static-analyzer-server/logs",
"Enables log rotation and saves logs to a file in a system temp folder. Options: minutely, hourly, daily",
"[minutely, hourly, daily]",
);

Expand Down

0 comments on commit 56426da

Please sign in to comment.