]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: fix typos in mkfs.bfs logic
authorMike Frysinger <vapier@gentoo.org>
Fri, 13 Sep 2013 00:49:04 +0000 (20:49 -0400)
committerKarel Zak <kzak@redhat.com>
Fri, 20 Sep 2013 08:04:53 +0000 (10:04 +0200)
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>
bash-completion/mkfs.bfs

index 8adbc60847dd2b87b924a31908fc335b7d72a24d..4f2923d4fad84fa9a2465d3339a5dae2a1ef0ea1 100644 (file)
@@ -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