From ca7ea337659ade733aa5ba5da4fa2719b13a14aa Mon Sep 17 00:00:00 2001 From: Simon de Vlieger Date: Wed, 26 Feb 2025 20:40:28 +0100 Subject: [PATCH] doc: rename `output` -> `format` Signed-off-by: Simon de Vlieger --- doc/01-usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/01-usage.md b/doc/01-usage.md index d28bba5..52f6961 100644 --- a/doc/01-usage.md +++ b/doc/01-usage.md @@ -40,10 +40,10 @@ $ image-builder list-images ### Format -The output format used by `list-images` can be swapped with the `--output` flag. Available types are `text` (for display in a terminal) and `json` which can be useful to consume programmatically: +The output format used by `list-images` can be swapped with the `--format` flag. Available types are `text` (for display in a terminal) and `json` which can be useful to consume programmatically: ```console -$ image-builder list-images --output=json | jq '.[0]' +$ image-builder list-images --format=json | jq '.[0]' { "distro": { "name": "centos-9"