diff options
| author | Bart Schaefer <barts@users.sourceforge.net> | 2000-05-16 16:21:33 +0000 |
|---|---|---|
| committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-05-16 16:21:33 +0000 |
| commit | a04a3a9e6543c800bc874950dbe56f1add01a847 (patch) | |
| tree | 430fbcfe637ecb6f333ee4b521f169e32d3a56f3 /Completion/User | |
| parent | 11415: Completion/User/_cvs: follow the new matcher-list behaviour. (diff) | |
| download | zsh-a04a3a9e6543c800bc874950dbe56f1add01a847.tar zsh-a04a3a9e6543c800bc874950dbe56f1add01a847.tar.gz zsh-a04a3a9e6543c800bc874950dbe56f1add01a847.tar.bz2 zsh-a04a3a9e6543c800bc874950dbe56f1add01a847.tar.lz zsh-a04a3a9e6543c800bc874950dbe56f1add01a847.tar.xz zsh-a04a3a9e6543c800bc874950dbe56f1add01a847.tar.zst zsh-a04a3a9e6543c800bc874950dbe56f1add01a847.zip | |
Fix typos and remove RCS Id strings.
Diffstat (limited to 'Completion/User')
| -rw-r--r-- | Completion/User/_lzop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_lzop b/Completion/User/_lzop index 927a34087..fa8d46c58 100644 --- a/Completion/User/_lzop +++ b/Completion/User/_lzop @@ -58,7 +58,7 @@ _arguments -C -s \ '(--outfile)-o[specify output file]:output file:_files' \ '(-o)--outfile=[specify output file]:output file:_files' \ '(--path)-p[write output files to specified directory]:directory:_files -/' \ - '(-p)--path=[[write output files to specified directory]:directory:_files -/' \ + '(-p)--path=[write output files to specified directory]:directory:_files -/' \ '(--no-checksum)-F[do not store or verify a checksum]' \ '(-F)--no-checksum[do not store or verify a checksum]' \ "(--keep -U --unlink --delete)-k[keep (don't delete) input files]" \ |
