]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
bash_completion/rados: add stat2
authorAbhishek Lekshmanan <abhishek@suse.com>
Thu, 31 Aug 2017 11:59:58 +0000 (13:59 +0200)
committerAbhishek Lekshmanan <abhishek@suse.com>
Thu, 31 Aug 2017 12:12:50 +0000 (14:12 +0200)
Adds the newly introduced stat2 to bash completions

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
src/bash_completion/rados

index a1bf3f0260edaecdb70e5c6db28564d89bdd4ff1..1ea16622ff0565af1120bb24c3c5f715cbd9fe9c 100644 (file)
@@ -32,7 +32,7 @@ _rados()
                 return 0
                 ;;
             rados)
-                COMPREPLY=( $(compgen -W "lspools mkpool rmpool df ls chown get put create rm listxattr getxattr setxattr rmxattr stat mapext lssnap mksnap rmsnap rollback bench" -- ${cur}) )
+                COMPREPLY=( $(compgen -W "lspools mkpool rmpool df ls chown get put create rm listxattr getxattr setxattr rmxattr stat stat2 mapext lssnap mksnap rmsnap rollback bench" -- ${cur}) )
                 return 0
             ;;
         esac