From: Samir Benmendil Date: Mon, 7 Dec 2020 22:50:33 +0000 (+0000) Subject: zsh: fix run-help-btrfs X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/3a77b76ef82617ac21adcbf40b836afc68453903 zsh: fix run-help-btrfs --- diff --git a/zsh/functions/run-help-btrfs b/zsh/functions/run-help-btrfs index d9e3530..7f3f111 100644 --- a/zsh/functions/run-help-btrfs +++ b/zsh/functions/run-help-btrfs @@ -12,8 +12,8 @@ case $1 in (c*) man btrfs-check ;; (d*) man btrfs-device ;; (f*) man btrfs-filesystem ;; - (i*) man btrfs-image ;; - (i*) man btrfs-inspect-internal ;; + (im*) man btrfs-image ;; + (in*) man btrfs-inspect-internal ;; (m*) man btrfs-map-logical ;; (p*) man btrfs-property ;; (q*) man btrfs-qgroup ;;