From c1c4923a02a05818f2354c5b86eac9a72d671738 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 9 Oct 2023 16:18:15 +0200 Subject: [PATCH] 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 --- btrfs-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrfs-completion b/btrfs-completion index 44c7f7f3..48456694 100644 --- a/btrfs-completion +++ b/btrfs-completion @@ -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'