about summary refs log tree commit diff
path: root/Completion/X/Command/_okular
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2011-06-20 02:24:56 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2011-06-20 02:24:56 +0000
commit67ef9605f12969b5eab407f83fb117867b15655f (patch)
tree782622f6e2f43fcfd6e481ac6e8089dba4ce579a /Completion/X/Command/_okular
parent59a4cc38ea4e0aa3e9d7a42f701c7059cf7ceae3 (diff)
downloadzsh-67ef9605f12969b5eab407f83fb117867b15655f.tar.gz
zsh-67ef9605f12969b5eab407f83fb117867b15655f.tar.xz
zsh-67ef9605f12969b5eab407f83fb117867b15655f.zip
unposted: clean up completion descriptions as per Etc/completion-style-guide
Diffstat (limited to 'Completion/X/Command/_okular')
-rw-r--r--Completion/X/Command/_okular6
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/X/Command/_okular b/Completion/X/Command/_okular
index 0b81e2f9d..bfdb4de4b 100644
--- a/Completion/X/Command/_okular
+++ b/Completion/X/Command/_okular
@@ -4,7 +4,7 @@ local extns
 extns="{pdf,ps,eps,dvi}(.gz|.bz2)(#c,1)|djvu|tiff|chm|cbr|cbz"
 
 _arguments \
-  '(-p --page)'{-p,--page}'[Page of the document to be shown]:page: ' \
-  '--presentation[Start the document in presentation mode]' \
-  '--unique[Unique instance control]' \
+  '(-p --page)'{-p,--page}'[page of the document to be shown]:page: ' \
+  '--presentation[start the document in presentation mode]' \
+  '--unique[unique instance control]' \
   "*:Okular documents:_files -g '*.(#i)($extns)(-.)'"