From 0bec4eb46aa3d777d01cac2c818d267795dcd964 Mon Sep 17 00:00:00 2001 From: Christophe Henry Date: Wed, 5 Mar 2025 14:12:41 +0100 Subject: [PATCH] Fix YAML indent for storage.disk.list.arguments in actionsmap.yml --- share/actionsmap.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/share/actionsmap.yml b/share/actionsmap.yml index a28b479023..1963a380fd 100755 --- a/share/actionsmap.yml +++ b/share/actionsmap.yml @@ -2122,15 +2122,15 @@ storage: list: action_help: List hard-drives currently attached to this system optionnaly with infos api: GET /storage/disk/list - arguments: - -i: - full: --with-info - help: Get all informations for each archive - action: store_true - -H: - full: --human-readable - help: Print sizes in human readable format - action: store_true + arguments: + -i: + full: --with-info + help: Get all informations for each archive + action: store_true + -H: + full: --human-readable + help: Print sizes in human readable format + action: store_true info: action_help: Get hard-drive information api: GET /storage/disk/info/