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/Bsd | |
parent | 26a467f4067fdda2f627e3b6ce76ea2c54e1b464 (diff) | |
download | zsh-a04a3a9e6543c800bc874950dbe56f1add01a847.tar.gz zsh-a04a3a9e6543c800bc874950dbe56f1add01a847.tar.xz zsh-a04a3a9e6543c800bc874950dbe56f1add01a847.zip |
Fix typos and remove RCS Id strings.
Diffstat (limited to 'Completion/Bsd')
-rw-r--r-- | Completion/Bsd/_bsd_pkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Bsd/_bsd_pkg b/Completion/Bsd/_bsd_pkg index 0cdfd9c1e..f60348479 100644 --- a/Completion/Bsd/_bsd_pkg +++ b/Completion/Bsd/_bsd_pkg @@ -49,7 +49,7 @@ _bsd_pkg() { '-c[show comment fields]' \ '-d[show long descriptions]' \ '-D[show install-message files]' \ - '-f[show packing list instrcutions]' \ + '-f[show packing list instructions]' \ '-i[show install scripts]' \ '-I[show index lines]' \ '-k[show deinstall scripts]' \ |