mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-27 22:24:20 +08:00
btrfs-progs: completeion: add missing commands from 'rescue' group
The commands fix-device-size, clear-uuid-tree and clear-ino-cache have been missing in the completion file since the command implementation was added. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
42404a4e44
commit
c1c4923a02
@ -28,7 +28,7 @@ _btrfs()
|
||||
commands_balance='start pause cancel resume status'
|
||||
commands_device='scan add delete remove ready stats usage'
|
||||
commands_scrub='start cancel resume status'
|
||||
commands_rescue='chunk-recover super-recover zero-log create-control-device'
|
||||
commands_rescue='chunk-recover super-recover zero-log fix-device-size create-control-device clear-uuid-tree clear-ino-cache'
|
||||
commands_inspect_internal='inode-resolve logical-resolve subvolid-resolve rootid min-dev-size dump-tree dump-super tree-stats map-swapfile'
|
||||
commands_property='get set list'
|
||||
commands_quota='enable disable rescan'
|
||||
|
Loading…
Reference in New Issue
Block a user