From c1bb866a94c293bc7df06e0c718d88c92de35f00 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Fri, 18 Sep 2020 16:45:14 -0700 Subject: [PATCH] talk about the new arguments to find.. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d08fc5a..1c55e77 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,18 @@ $chmod 755 snapaid.sh $./snapaid.sh find ``` +When running with the find argument, you can provide additional terms +and/or selections as arguments. If you want to automatically download +the latest FreeBSD CURRENT snapshot vmdk that is xz compressed for the +for amd64 architecture, you run the command: +``` +sh snapaid.sh find CURRENT vmdk xz amd64 1 +``` + +Each term between `find` and `1` refines the search, and the `1` selects +the first image. The list is sorted by date, then by release, where +the latest is shown first. + Notes -----