diff options
author | Oliver Kiddle <okiddle@yahoo.co.uk> | 2018-03-31 10:12:59 +0200 |
---|---|---|
committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2018-03-31 10:12:59 +0200 |
commit | 1bd2ecc17d74b6a8ffba97806cf90ef706d7411b (patch) | |
tree | 45907660ec9224697609d95d94c029dd108757af /Completion/X | |
parent | b90c59e9fc75847bca3fa23c3b1a088f553aeb61 (diff) | |
download | zsh-1bd2ecc17d74b6a8ffba97806cf90ef706d7411b.tar.gz zsh-1bd2ecc17d74b6a8ffba97806cf90ef706d7411b.tar.xz zsh-1bd2ecc17d74b6a8ffba97806cf90ef706d7411b.zip |
42572: various completion option updates
Diffstat (limited to 'Completion/X')
-rw-r--r-- | Completion/X/Command/_evince | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Completion/X/Command/_evince b/Completion/X/Command/_evince index 48d5a9aeb..21b493360 100644 --- a/Completion/X/Command/_evince +++ b/Completion/X/Command/_evince @@ -5,12 +5,8 @@ _arguments -s -S \ '--version[display version information]' \ {-h,--help}'[display help information]' \ '--help-all[display help on all options]' \ - '--help-sm-client[display help on session management options]' \ '--help-gtk[display help on GTK+ options]' \ - normal \ - '--sm-client-disable[disable connection to session manager]' \ - '--sm-client-state-file=[specify file containing saved configuration]:file:_files' \ - '--sm-client-id=[specify session management ID]:id' \ '--class=[specify program class as used by the window manager]:class' \ '--name=[program name as used by the window manager]:name:_x_name' \ '--gdk-debug=[specify GDK debugging flags to set]:flag' \ |