summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
-rw-r--r--bash_completion2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index dc626b1b..69f4015c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -74,6 +74,9 @@ bash-completion (2.x)
[ Adrian Friedli ]
* Add ipv6calc completion.
+ [ Ildar Mulyukov ]
+ * Add showmount completion (Alioth: #312285).
+
-- David Paleino <d.paleino@gmail.com> Sun, 11 Oct 2009 11:11:57 +0200
bash-completion (1.1)
diff --git a/bash_completion b/bash_completion
index b01d4955..b6709bd1 100644
--- a/bash_completion
+++ b/bash_completion
@@ -1402,7 +1402,7 @@ _known_hosts_real()
} # _known_hosts_real()
complete -F _known_hosts traceroute traceroute6 tracepath tracepath6 ping \
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
# completes on directories under those specified in CDPATH.