zsh: add missing backslash

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1183>
This commit is contained in:
Subhaditya Nath 2025-04-07 18:13:17 +00:00
parent ecd4ea3053
commit 2ebb6d4a75

View file

@ -174,7 +174,7 @@ __all_seats()
{ {
_arguments \ _arguments \
'--help[Show help message and exit]' \ '--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/' ':device:_files -W /dev/input/ -P /dev/input/'
} }