diff mbox series

[2/3] btrfs-progs: bash: Update completion script with create-control-device

Message ID 8c48f71ff99c7e317524e3a189a3218e200d33c2.1604013169.git.dxu@dxuuu.xyz (mailing list archive)
State New, archived
Headers show
Series btrfs-progs: rescue: Add create-control-device subcommand | expand

Commit Message

Daniel Xu Oct. 29, 2020, 11:17 p.m. UTC
The previous commit added a new subcommand so in this commit we update
the bash completion script.

Signed-off-by: Daniel Xu <dxu@dxuuu.xyz>
---
 btrfs-completion | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/btrfs-completion b/btrfs-completion
index 6ae57d1b..5bbd5378 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'
+	commands_rescue='chunk-recover super-recover zero-log create-control-device'
 	commands_inspect_internal='inode-resolve logical-resolve subvolid-resolve rootid min-dev-size dump-tree dump-super tree-stats'
 	commands_property='get set list'
 	commands_quota='enable disable rescan'