From 8dd5b512347b7d1922a18e6a845a65873cccbd57 Mon Sep 17 00:00:00 2001 From: Rajan Agaskar Date: Wed, 4 May 2022 12:24:22 -0700 Subject: [PATCH] Update README.md Correct command line example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96ce479..bc60d8f 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ level of precision is better left to other tools. ``` fly -t \ - check-resource + check-resource --resource / --from "time:2000-01-01T00:00:00Z" # the important part ```