summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-03-23 23:07:32 +0100
committerDavid Sterba <dsterba@suse.cz>2015-03-23 23:07:32 +0100
commit895b7729965d50e42d4ae71f45a5002627eaa8a3 (patch)
tree0c291a91b1bc261ee9428db6902ef37250f65ec8
parent3bd8c9927497ab9bca7870182e7ab6dd27f4f935 (diff)
btrfs-progs: completion: add fi and dev usage commands
Signed-off-by: David Sterba <dsterba@suse.cz>
-rw-r--r--btrfs-completion4
1 files 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'