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@xxxxxxxxxx> Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> --- bash-completion/mkfs.bfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash-completion/mkfs.bfs b/bash-completion/mkfs.bfs index 8adbc60..4f2923d 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 -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html