From 3a77b76ef82617ac21adcbf40b836afc68453903 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 7 Dec 2020 22:50:33 +0000 Subject: [PATCH] zsh: fix run-help-btrfs --- zsh/functions/run-help-btrfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ;; -- 2.48.1