summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Tapia Rico <fertapric@gmail.com>2018-07-11 10:28:39 +0200
committerMichał Muskała <michal@muskala.eu>2018-07-11 10:28:39 +0200
commitca4a38f7cd9e789ad28172b39906c953def54f2f (patch)
tree7b6b3fc77f414759b6582f77e7512b0f7e7a39e4
parent494de0fef343923397618abd26cd70a95ee3e2ab (diff)
downloadelixir-ca4a38f7cd9e789ad28172b39906c953def54f2f.tar.gz
Use passive present tense (#7877)
[ci skip]
-rw-r--r--lib/mix/lib/mix/tasks/profile.eprof.ex4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mix/lib/mix/tasks/profile.eprof.ex b/lib/mix/lib/mix/tasks/profile.eprof.ex
index def081f9e..69f6d7428 100644
--- a/lib/mix/lib/mix/tasks/profile.eprof.ex
+++ b/lib/mix/lib/mix/tasks/profile.eprof.ex
@@ -28,10 +28,10 @@ defmodule Mix.Tasks.Profile.Eprof do
* `--time` - filters out any results that took lower than specified (in µs)
* `--sort` - sorts the results by `time` or `calls` (default: `time`)
* `--config`, `-c` - loads the given configuration file
- * `--eval`, `-e` - evaluate the given code
+ * `--eval`, `-e` - evaluates the given code
* `--require`, `-r` - requires pattern before running the command
* `--parallel`, `-p` - makes all requires parallel
- * `--no-warmup` - skip the warmup step before profiling
+ * `--no-warmup` - skips the warmup step before profiling
* `--no-compile` - does not compile even if files require compilation
* `--no-deps-check` - does not check dependencies
* `--no-archives-check` - does not check archives