diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-03 13:05:48 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-03 13:05:48 +0000 |
commit | 36546001bd7960319d39937050739d2269da5f20 (patch) | |
tree | ea943846f29bf35bb901bf93c281d15bf4f70842 /Completion/Unix/Command/_pbm | |
parent | 1e79a3424fa4e84da07d3df53e614a1a297d833f (diff) | |
download | zsh-36546001bd7960319d39937050739d2269da5f20.tar.gz zsh-36546001bd7960319d39937050739d2269da5f20.tar.xz zsh-36546001bd7960319d39937050739d2269da5f20.zip |
minor completion changes (14216)
Diffstat (limited to 'Completion/Unix/Command/_pbm')
-rw-r--r-- | Completion/Unix/Command/_pbm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_pbm b/Completion/Unix/Command/_pbm index 7980fc2b7..0255905f6 100644 --- a/Completion/Unix/Command/_pbm +++ b/Completion/Unix/Command/_pbm @@ -398,7 +398,7 @@ pnmpad) '-l-[specify left border width]:left border width:' \ '-r-[specify right border width]:right border width:' \ '-t-[specify top border width]:top border width:' \ - '-b-[specify bottom border width]:bottom border width:' \ + '-b-[specify bottom border width]:bottom border width:_guard "[0-9]#"' \ ':file: _pbm' ;; |