Skip to content

Commit

Permalink
Fix YAML indent for storage.disk.list.arguments in actionsmap.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehenry committed Mar 5, 2025
1 parent c4b2be2 commit 0bec4eb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions share/actionsmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/<name>
Expand Down

0 comments on commit 0bec4eb

Please sign in to comment.