btrfs-progs: add 'device remove' alias to completion
authorDavid Sterba <dsterba@suse.com>
Wed, 1 Jul 2015 13:39:59 +0000 (15:39 +0200)
committerDavid Sterba <dsterba@suse.com>
Wed, 1 Jul 2015 13:39:59 +0000 (15:39 +0200)
Signed-off-by: David Sterba <dsterba@suse.com>
btrfs-completion

index 91c7730..884d2e8 100644 (file)
@@ -33,7 +33,7 @@ _btrfs()
     commands_subvolume='create delete list snapshot find-new get-default set-default show sync'
     commands_filesystem='defragment sync resize show df label usage'
     commands_balance='start pause cancel resume status'
-    commands_device='scan add delete ready stats usage'
+    commands_device='scan add delete remove 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'