refactor: drop time when running list_supported()

This commit is contained in:
Martin Wimpress 2024-04-28 02:51:07 +01:00 committed by Martin Wimpress
parent dff278a0dd
commit 19d8563b79
1 changed files with 1 additions and 1 deletions

View File

@ -3540,7 +3540,7 @@ case "${1}" in
list_json
;;
'--list'|'-l')
time list_supported
list_supported
;;
esac