From ac7eedc2cc858a778a63a7e03ccd03bac2676871 Mon Sep 17 00:00:00 2001 From: Alexis Hernandez Date: Tue, 13 Mar 2018 10:16:43 -0600 Subject: Update readme.md to fix a typo (#223) * Update readme.md to fix a typo * Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 4a60a1c5..9c124fbd 100644 --- a/readme.md +++ b/readme.md @@ -107,7 +107,7 @@ mill bridges[2.12.4].publish --credentials foo --gpgPassphrase bar mill all main.test scalalib.test ``` -**Note**: don't forget to put `--all` flag when you run multiple commands, otherwise the only first command will be run, and subsequent commands will be passed as arguments to the first one. +**Note**: don't forget to put `all` flag when you run multiple commands, otherwise the only first command will be run, and subsequent commands will be passed as arguments to the first one. * Run multiple commands with arguments: ```bash @@ -165,7 +165,7 @@ mill all __.test mill all bridges[_].compile ``` -**Note**: When you run multiple targets with `--all` flag, they are not +**Note**: When you run multiple targets with `all` command, they are not guaranteed to run in that exact order. Mill will build task evaluation graph and run targets in correct order. -- cgit v1.2.3