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/' }