diff options
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 66951f040..388249f9d 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:_guard "[0-9]#"' \ + '-b-[specify bottom border width]: :_guard "[0-9]#" "bottom border width"' \ ':file: _pbm' ;; |