From c4faba9089c17949be876b56f355e77b017c861b Mon Sep 17 00:00:00 2001
From: Erick Lavoie <erick.lavoie@unibas.ch>
Date: Tue, 26 Sep 2023 19:22:21 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4959ec6..5aa8a10 100644
--- a/README.md
+++ b/README.md
@@ -582,7 +582,7 @@ Initialize a new repository at `REPOPATH` with name `NAME`. If
 #### `crb/repo-deliver` [(src)](./crb/repo-deliver)
 *TBD*
 
-Print all messages from all authors under `refs/heads/*` newer than those under `refs/delivered/*` (all if `refs/delivered/*` do not exist) in causal order, then update `refs/delivered/*` to reference the same messages as `refs/heads/*`.
+Print all messages from all authors under `refs/heads/*` newer than those under `refs/delivered/*` in causal order, then update `refs/delivered/*` to reference the same messages as `refs/heads/*`.
 
 #### `crb/repo-merge` [(src)](./crb/repo-merge)
 *TBD*
-- 
GitLab