From: David Sterba Date: Wed, 1 Jul 2015 13:39:59 +0000 (+0200) Subject: btrfs-progs: add 'device remove' alias to completion X-Git-Tag: upstream/4.16.1~2133 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7a18e4cab7bd11aeb14943234cba7af9359989a;p=platform%2Fupstream%2Fbtrfs-progs.git btrfs-progs: add 'device remove' alias to completion Signed-off-by: David Sterba --- diff --git a/btrfs-completion b/btrfs-completion index 91c7730..884d2e8 100644 --- a/btrfs-completion +++ b/btrfs-completion @@ -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'