From 9a2240dc39aa13305eeb897c4ffa2d4932be4dfe Mon Sep 17 00:00:00 2001 From: Tarek Date: Sun, 14 Apr 2024 00:23:48 +0200 Subject: [PATCH] docs(ark-cli): update `ark-cli list` flags documentation Instead of explicitly using `--=true`, use `--flag` Signed-off-by: Tarek --- ark-cli/USAGE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ark-cli/USAGE.md b/ark-cli/USAGE.md index 0a0a543a..9a77906e 100644 --- a/ark-cli/USAGE.md +++ b/ark-cli/USAGE.md @@ -86,8 +86,8 @@ But it's a bit boring and doesn't really tell anything, right? Various flags sho - `--entry=id|path|ip|link` to show the path,the id or both of a resource - `--modified` to show or not the last modified timestamp of a resource -- `--tags=true` to show or not the tags for every resource -- `--scores=true` to show or not the scores for every resource +- `--tags` to show or not the tags for every resource +- `--scores` to show or not the scores for every resource - `--sort=asc|desc` to sort resources by asc or dsc order of scores - `--filter=query` to filter resources by their tags