From 58c2304f44d2668e803a67f3c7e7461a79621d93 Mon Sep 17 00:00:00 2001 From: Miodrag Milic Date: Sun, 23 Oct 2016 18:44:32 +0200 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2b08cc..76f6dcc 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ If commit message includes `[AU ]` message on the first line, t Examples: - `[AU pkg1 pkg2]` Force update ONLY packages `pkg1` and `pkg2`. -- `[AU pkg1:ver1 pkg2 non_existent]` +- `[AU pkg1:ver1 pkg2 non_existent]` Force `pkg1` and use explicit version `ver1`, force `pkg2` and ignore `non_existent`. To see how versions behave when package update is forced see the [force documentation](https://github.com/majkinetor/au/blob/master/README.md#force-update).