]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: (fadvise): fix a typo
authorMasatake YAMATO <yamato@redhat.com>
Fri, 8 Dec 2023 17:33:14 +0000 (02:33 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Fri, 8 Dec 2023 17:33:14 +0000 (02:33 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
bash-completion/fadvise

index 3ec55f53dad889bc06050ace64e7d65ea169941c..985c9478d8700db25a27f50b87e8bf62ec5ce4ae 100644 (file)
@@ -29,7 +29,7 @@ _fadvise_module()
                  --length
                  --offset
                  --help
-                 --versione'
+                 --version'
            COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
            return 0
        ;;