From 92356795af1b7a1e749c1e083e83263ed443bb76 Mon Sep 17 00:00:00 2001 From: Quentin Dauprat Date: Mon, 9 Jun 2025 17:38:09 +0200 Subject: [PATCH] doc: add `yaml` in `--format` help (#1966) Fix #1962 --- src/alr/alr-commands.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alr/alr-commands.adb b/src/alr/alr-commands.adb index 30124655..1c416e81 100644 --- a/src/alr/alr-commands.adb +++ b/src/alr/alr-commands.adb @@ -184,7 +184,7 @@ package body Alr.Commands is Long_Switch => "--format?", Argument => "FORMAT", Help => - "Use structured output for tables (JSON, TOML)"); + "Use structured output for tables (JSON, TOML, YAML)"); Define_Switch (Config, No_Color'Access, -- 2.39.5