summaryrefslogtreecommitdiff
path: root/docs/pages
diff options
context:
space:
mode:
authorAndrew Richards <richards.aj@gmail.com>2018-02-19 21:47:31 +0000
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-19 13:47:31 -0800
commitac99d84530c02078c62e743750084cf2972caed2 (patch)
tree8254751870329517d5a726ae2700c0b65821a851 /docs/pages
parent87daeda7c3f31d9b7ac881fc0feafedeec653f59 (diff)
downloadmill-ac99d84530c02078c62e743750084cf2972caed2.tar.gz
mill-ac99d84530c02078c62e743750084cf2972caed2.tar.bz2
mill-ac99d84530c02078c62e743750084cf2972caed2.zip
Better error messages when publishing to Sonatype (#138)
Diffstat (limited to 'docs/pages')
-rw-r--r--docs/pages/1 - Intro to Mill.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index 27c58740..24f11011 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -513,7 +513,7 @@ Missing arguments: (--sonatypeCreds: String, --gpgPassphrase: String, --release:
Arguments provided did not match expected signature:
publish
- --sonatypeCreds String
+ --sonatypeCreds String (format: "username:password")
--gpgPassphrase String
--release Boolean
```