From f802f572b1cb1d33bab9747e87e6506b284546cf Mon Sep 17 00:00:00 2001 From: Omar Sandoval Date: Wed, 24 Jun 2015 09:09:17 -0700 Subject: btrfs-progs: alias btrfs device delete to btrfs device remove There's an awkward asymmetry between btrfs device add and btrfs device delete. Resolve this by aliasing delete to remove. Signed-off-by: Omar Sandoval Signed-off-by: David Sterba --- Documentation/btrfs-device.asciidoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/btrfs-device.asciidoc b/Documentation/btrfs-device.asciidoc index c56cf5e..2827598 100644 --- a/Documentation/btrfs-device.asciidoc +++ b/Documentation/btrfs-device.asciidoc @@ -74,9 +74,12 @@ do not perform discard by default -f|--force:::: force overwrite of existing filesystem on the given disk(s) -*delete* [...] :: +*remove* [...] :: Remove device(s) from a filesystem identified by . +*delete* [...] :: +Alias of remove kept for backwards compatability + *ready* :: Check device to see if it has all of it's devices in cache for mounting. -- cgit v1.2.1