summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-08-05 22:38:27 +0800
committerGitHub <noreply@github.com>2018-08-05 22:38:27 +0800
commit52dc102dd969487e42f728f87d9d9d50b12392de (patch)
tree9c26a0cef2c05d147f119642015a1d693d7f3535 /docs
parentb9824967392e4b674881e5dcec4c4fbb05e6cd9b (diff)
downloadmill-52dc102dd969487e42f728f87d9d9d50b12392de.tar.gz
mill-52dc102dd969487e42f728f87d9d9d50b12392de.tar.bz2
mill-52dc102dd969487e42f728f87d9d9d50b12392de.zip
Update 2 - Configuring Mill.md
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/2 - Configuring Mill.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/2 - Configuring Mill.md b/docs/pages/2 - Configuring Mill.md
index a48e158f..7db19833 100644
--- a/docs/pages/2 - Configuring Mill.md
+++ b/docs/pages/2 - Configuring Mill.md
@@ -312,7 +312,7 @@ parameters.
You can print the value of your custom target using `show`, e.g.
```bash
-mill run show lineCount
+mill show lineCount
```
You can define new un-cached Commands using the `T.command {...}` syntax. These