mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 08:00:08 +01:00
zsh: add missing backslash
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1183>
This commit is contained in:
parent
ecd4ea3053
commit
2ebb6d4a75
1 changed files with 1 additions and 1 deletions
|
|
@ -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/'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue