man: Fix -P/--pager full path arg completion.

This commit is contained in:
Ville Skyttä 2012-11-06 23:02:02 +02:00
parent b2d985c0bf
commit b8cbf1ba94

View File

@ -26,6 +26,7 @@ _man()
return
;;
-P|--pager)
compopt -o filenames
COMPREPLY=( $( compgen -c -- "$cur" ) )
return
;;