summaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
authorMike Frysinger2013-09-13 02:49:04 +0200
committerKarel Zak2013-09-20 10:04:53 +0200
commit86cfa193ad7c56ba82199e35faeee696b4561313 (patch)
tree9ec624c1a8a2cbe49233f489c8825d89f5c6b694 /bash-completion
parenttests: update fdisk outputs (diff)
downloadkernel-qcow2-util-linux-86cfa193ad7c56ba82199e35faeee696b4561313.tar.gz
kernel-qcow2-util-linux-86cfa193ad7c56ba82199e35faeee696b4561313.tar.xz
kernel-qcow2-util-linux-86cfa193ad7c56ba82199e35faeee696b4561313.zip
bash-completion: fix typos in mkfs.bfs logic
There is no "bfs" command. Change this file to match the other mkfs files where we have a "mkfs." prefix. Reported-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/mkfs.bfs4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash-completion/mkfs.bfs b/bash-completion/mkfs.bfs
index 8adbc6084..4f2923d4f 100644
--- a/bash-completion/mkfs.bfs
+++ b/bash-completion/mkfs.bfs
@@ -1,4 +1,4 @@
-_bfs_module()
+_mkfs.bfs_module()
{
local cur prev OPTS DEVS
COMPREPLY=()
@@ -28,4 +28,4 @@ _bfs_module()
COMPREPLY=( $(compgen -W "$DEVS /path/to/file" -- $cur) )
return 0
}
-complete -F _bfs_module bfs
+complete -F _mkfs.bfs_module mkfs.bfs