Add showmount completion (Alioth: #312285).

This commit is contained in:
Ildar Mulyukov 2010-01-26 23:33:24 +02:00 committed by Ville Skyttä
parent 6328b108a2
commit 3438a5547a
2 changed files with 4 additions and 1 deletions

View File

@ -74,6 +74,9 @@ bash-completion (2.x)
[ Adrian Friedli ] [ Adrian Friedli ]
* Add ipv6calc completion. * Add ipv6calc completion.
[ Ildar Mulyukov ]
* Add showmount completion (Alioth: #312285).
-- David Paleino <d.paleino@gmail.com> Sun, 11 Oct 2009 11:11:57 +0200 -- David Paleino <d.paleino@gmail.com> Sun, 11 Oct 2009 11:11:57 +0200
bash-completion (1.1) bash-completion (1.1)

View File

@ -1402,7 +1402,7 @@ _known_hosts_real()
} # _known_hosts_real() } # _known_hosts_real()
complete -F _known_hosts traceroute traceroute6 tracepath tracepath6 ping \ complete -F _known_hosts traceroute traceroute6 tracepath tracepath6 ping \
ping6 fping fping6 telnet host nslookup rsh rlogin ftp dig mtr \ ping6 fping fping6 telnet host nslookup rsh rlogin ftp dig mtr \
ssh-installkeys ssh-installkeys showmount
# This meta-cd function observes the CDPATH variable, so that cd additionally # This meta-cd function observes the CDPATH variable, so that cd additionally
# completes on directories under those specified in CDPATH. # completes on directories under those specified in CDPATH.