Skip to content

Commit 895b772

Browse files
committed
btrfs-progs: completion: add fi and dev usage commands
Signed-off-by: David Sterba <dsterba@suse.cz>
1 parent 3bd8c99 commit 895b772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

btrfs-completion

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ _btrfs()
3131

3232
commands='subvolume filesystem balance device scrub check rescue restore inspect-internal property send receive quota qgroup replace help version'
3333
commands_subvolume='create delete list snapshot find-new get-default set-default show sync'
34-
commands_filesystem='defragment sync resize show df label'
34+
commands_filesystem='defragment sync resize show df label usage'
3535
commands_balance='start pause cancel resume status'
36-
commands_device='scan add delete ready stats'
36+
commands_device='scan add delete ready stats usage'
3737
commands_scrub='start cancel resume status'
3838
commands_rescue='chunk-recover super-recover'
3939
commands_inspect_internal='inode-resolve logical-resolve subvolid-resolve rootid'

0 commit comments

Comments
 (0)