diff --git a/btrfs-completion b/btrfs-completion index af9530a5..44c7f7f3 100644 --- a/btrfs-completion +++ b/btrfs-completion @@ -103,7 +103,7 @@ _btrfs() case $cmd in filesystem) case $prev in - defragment) + du|defragment) _filedir return 0 ;;