]> git.proxmox.com Git - mirror_zfs.git/commit
contrib: link zpool to zfs in bash-completion (#16376)
authorShengqi Chen <harry-chen@outlook.com>
Mon, 5 Aug 2024 16:44:10 +0000 (00:44 +0800)
committerTony Hutter <hutter2@llnl.gov>
Mon, 26 Aug 2024 22:10:16 +0000 (15:10 -0700)
commita99a37991e59ad85b5935deb48615793568df973
tree94299285f86c58b3c1147819e0032a84bf2e00ef
parent2ca151537418799a94f9934e7c529af28077f8c4
contrib: link zpool to zfs in bash-completion (#16376)

Currently user won't have completion of `zpool` command until they
trigger completion of `zfs` first. This patch adds a link to `zfs`,
thus user can use both to initialize the completion.

Fixes: #16320
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Rob Norris <rob.norris@klarasystems.com>
Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de>
contrib/bash_completion.d/.gitignore
contrib/bash_completion.d/Makefile.am
rpm/generic/zfs.spec.in