From 5b1c5b88786297a8582c8ad211289a090f8e8435 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 20 Jul 2015 17:31:43 +0200 Subject: btrfs-progs: inspect: add command min-dev-size Previously in 'filesystem resize get_min_size', now 'inspect-internal min-dev-size'. We'd like to avoid cluttering the 'resize' syntax further. The test has been updated to exercise the new option. Signed-off-by: David Sterba --- btrfs-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'btrfs-completion') diff --git a/btrfs-completion b/btrfs-completion index 884d2e8..a34191b 100644 --- a/btrfs-completion +++ b/btrfs-completion @@ -36,7 +36,7 @@ _btrfs() 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' + commands_inspect_internal='inode-resolve logical-resolve subvolid-resolve rootid min-dev-size' commands_property='get set list' commands_quota='enable disable rescan' commands_qgroup='assign remove create destroy show limit' -- cgit v1.2.1