Skip to content

Commit ca4a38f

Browse files
fertapricmichalmuskala
authored andcommitted
Use passive present tense (#7877)
[ci skip]
1 parent 494de0f commit ca4a38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mix/lib/mix/tasks/profile.eprof.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ defmodule Mix.Tasks.Profile.Eprof do
2828
* `--time` - filters out any results that took lower than specified (in µs)
2929
* `--sort` - sorts the results by `time` or `calls` (default: `time`)
3030
* `--config`, `-c` - loads the given configuration file
31-
* `--eval`, `-e` - evaluate the given code
31+
* `--eval`, `-e` - evaluates the given code
3232
* `--require`, `-r` - requires pattern before running the command
3333
* `--parallel`, `-p` - makes all requires parallel
34-
* `--no-warmup` - skip the warmup step before profiling
34+
* `--no-warmup` - skips the warmup step before profiling
3535
* `--no-compile` - does not compile even if files require compilation
3636
* `--no-deps-check` - does not check dependencies
3737
* `--no-archives-check` - does not check archives

0 commit comments

Comments
 (0)