From 895b7729965d50e42d4ae71f45a5002627eaa8a3 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 23 Mar 2015 23:07:32 +0100 Subject: [PATCH] btrfs-progs: completion: add fi and dev usage commands Signed-off-by: David Sterba --- btrfs-completion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/btrfs-completion b/btrfs-completion index 8520a6a7..91c7730c 100644 --- a/btrfs-completion +++ b/btrfs-completion @@ -31,9 +31,9 @@ _btrfs() commands='subvolume filesystem balance device scrub check rescue restore inspect-internal property send receive quota qgroup replace help version' commands_subvolume='create delete list snapshot find-new get-default set-default show sync' - commands_filesystem='defragment sync resize show df label' + commands_filesystem='defragment sync resize show df label usage' commands_balance='start pause cancel resume status' - commands_device='scan add delete ready stats' + commands_device='scan add delete ready stats usage' commands_scrub='start cancel resume status' commands_rescue='chunk-recover super-recover' commands_inspect_internal='inode-resolve logical-resolve subvolid-resolve rootid'