Skip to content

Commit

Permalink
scripts/bash/lxd-client: show pool names on lxc storage info <TAB>
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
simondeziel committed Mar 15, 2024
1 parent c519746 commit 03e48b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bash/lxd-client
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ _have lxc && {
;;
3)
case ${no_dashargs[2]} in
"show"|"get"|"set"|"unset"|"delete"|"edit")
"delete"|"edit"|"get"|"info"|"set"|"show"|"unset")
_lxd_storage_pools
;;
esac
Expand Down

0 comments on commit 03e48b9

Please sign in to comment.