diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-11-21 18:50:06 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-11-21 18:50:06 +0000 |
commit | 43118f8a01f2d708f6153b35199224ce496b3327 (patch) | |
tree | d24e9234a6d7feea3ee8799e62558702345c4987 | |
parent | 846a8b9075f042572a25e8dccbd6f54f3df21286 (diff) | |
download | zsh-43118f8a01f2d708f6153b35199224ce496b3327.tar.gz zsh-43118f8a01f2d708f6153b35199224ce496b3327.tar.xz zsh-43118f8a01f2d708f6153b35199224ce496b3327.zip |
arno.: 24111: complete -lsbin and -lsman options to dlocate.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Completion/Debian/Command/_dlocate | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9b0cb31a9..de585c3a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-21 Clint Adams <clint@zsh.org> + + * arno.: 24111: Completion/Debian/Command/_dlocate: complete -lsbin + and -lsman options to dlocate. + 2007-11-21 Peter Stephenson <pws@csr.com> * 24110: Src/Modules/curses.c: change those includes yet again. diff --git a/Completion/Debian/Command/_dlocate b/Completion/Debian/Command/_dlocate index f8333b222..a2b54820b 100644 --- a/Completion/Debian/Command/_dlocate +++ b/Completion/Debian/Command/_dlocate @@ -13,6 +13,8 @@ _arguments \ '-du[du -sck of all files in package]' \ '-conf[list conffiles in package]' \ '-lsconf[ls -ldF of conffiles in package]' \ + '-lsman[list man pages in package]' \ + '-lsbin[list executable files in package]' \ '-md5sum[list md5sums (if any) of package]' \ '-md5check[check md5sums (if any) of package]' \ '-man[list man pages (if any) of package]' \ |