Use message instead of guard

Use _message instead of _guard when completing the search pattern.
This commit is contained in:
Aljaž "g5pw" Srebrnič 2013-03-31 22:49:15 +02:00
parent ef8d5806c4
commit 4aa41e2267
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ _port() {
_files
;;
search)
_guard '^--*' 'pattern'
_message 'pattern'
;;
help)
_describe -t actions 'Port actions' actions