From 59e36ba77ba5c6919428f232eecb071fde06d7d6 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Thu, 30 Oct 2025 15:29:37 +0900 Subject: [PATCH] Update screencapture completion --- src/_screencapture | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/_screencapture b/src/_screencapture index 766d19c..43b4830 100644 --- a/src/_screencapture +++ b/src/_screencapture @@ -24,7 +24,7 @@ # Description # ----------- # -# Completion script for screencapture command +# Completion script for screencapture command macOS 26 # # ------------------------------------------------------------------------------ # Authors @@ -46,7 +46,6 @@ _arguments \ '-p[screen capture will use the default settings for capture]' \ '-M[screen capture output will go to a new Mail message]' \ '-P[screen capture output will open in Preview or QuickTime Player]' \ - '-I[screen capture output will open in Messages]' \ '-B[screen capture output will open in app with bundle ID]:bundle_id:' \ '(-b -i -w -W)-s[only allow mouse selection mode]' \ '-S[in window capture mode, capture the screen not the window]' \