diff options
| author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-07-24 11:52:58 +0000 |
|---|---|---|
| committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-07-24 11:52:58 +0000 |
| commit | adf2c2a0b606cae3de93bc2e452edf8213cb1d4a (patch) | |
| tree | d6d52507686b6c5ffa19ac4b5a7368e4d8ac1c09 /Completion/Linux | |
| parent | 18900: new iptables and nmap completions (diff) | |
| download | zsh-adf2c2a0b606cae3de93bc2e452edf8213cb1d4a.tar zsh-adf2c2a0b606cae3de93bc2e452edf8213cb1d4a.tar.gz zsh-adf2c2a0b606cae3de93bc2e452edf8213cb1d4a.tar.bz2 zsh-adf2c2a0b606cae3de93bc2e452edf8213cb1d4a.tar.lz zsh-adf2c2a0b606cae3de93bc2e452edf8213cb1d4a.tar.xz zsh-adf2c2a0b606cae3de93bc2e452edf8213cb1d4a.tar.zst zsh-adf2c2a0b606cae3de93bc2e452edf8213cb1d4a.zip | |
18893, 18901: new completions for rar/unrar and ogg vorbis; improve _pkgtool
Diffstat (limited to 'Completion/Linux')
| -rw-r--r-- | Completion/Linux/Command/_pkgtool | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_pkgtool b/Completion/Linux/Command/_pkgtool index 27d0113ab..dd112680d 100644 --- a/Completion/Linux/Command/_pkgtool +++ b/Completion/Linux/Command/_pkgtool @@ -73,7 +73,7 @@ _slackware_pkg() { '-tagfile[this flag is used to specify from the command line which tagfile should be used for the installation.]:tagfile:_files -/' '-source_dir[used when installing multiple packages from disk sets. This is the directory in which the subdirectories for each disk are found.]:source directory:_path_files -/' '-target_dir[the directory where the target root directory is located. This is '/' when installing on the hard drive, or typically '\''/mnt'\'' when installing from an install disk.]:target directory:_path_files -W -/' - '-source_device[the source device to install from. This is not used if you'\''ve provided the -source_mounted flag. It'\''s usually used when installing from floppy.]:source device:_files -/' + '-source_device[the source device to install from. This is not used if you'\''ve provided the -source_mounted flag. It'\''s usually used when installing from floppy.]:source device:{compadd "$expl[@]" /dev/*}' ) _arguments -s \ $flags[@] |
