From 2ebb6d4a75591cbf73f19aa8d56b38bd435df1ac Mon Sep 17 00:00:00 2001 From: Subhaditya Nath Date: Mon, 7 Apr 2025 18:13:17 +0000 Subject: [PATCH] zsh: add missing backslash Part-of: --- completion/zsh/_libinput | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion/zsh/_libinput b/completion/zsh/_libinput index 27aec92e..b2e0ec06 100644 --- a/completion/zsh/_libinput +++ b/completion/zsh/_libinput @@ -174,7 +174,7 @@ __all_seats() { _arguments \ '--help[Show help message and exit]' \ - '--format=dat[Specify the data format to be printed. The default is "summary"]' + '--format=dat[Specify the data format to be printed. The default is "summary"]' \ ':device:_files -W /dev/input/ -P /dev/input/' }