From 17d6d537e28a152b68317eae02dfd95e418ffad2 Mon Sep 17 00:00:00 2001
From: Mikael Berthe <mikael@lilotux.net>
Date: Mon, 27 Aug 2018 13:15:47 +0200
Subject: [PATCH] Improve changelog entry (pull-1780)

---
 changelog/unreleased/pull-1780 | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/changelog/unreleased/pull-1780 b/changelog/unreleased/pull-1780
index f3deca233..b4fb2cdbe 100644
--- a/changelog/unreleased/pull-1780
+++ b/changelog/unreleased/pull-1780
@@ -1,8 +1,9 @@
-Enhancement: find: Add options for searching IDs (blobs, trees...)
+Enhancement: Improve the `find` command
 
-We've enhanced the `find` command to be able to list the snapshots containing
-a specific tree or blob, or even the snapshots that contain blobs belonging
-to a given pack.
+We've updated the `find` command to support multiple patterns.
+
+`restic find` is now able to list the snapshots containing a specific tree
+or blob, or even the snapshots that contain blobs belonging to a given pack.
 A list of IDs can be given, as long as they all have the same type.
 
 The command `find` can also display the pack IDs the blobs belong to, if