summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorOmar Sandoval <osandov@fb.com>2015-06-24 09:09:17 -0700
committerDavid Sterba <dsterba@suse.cz>2015-06-26 16:33:39 +0200
commitf802f572b1cb1d33bab9747e87e6506b284546cf (patch)
treee8763c099809f0eb6129d95be98d8fe9ee033fe1 /Documentation
parent12aba72aed310d6d3215684c44849233df7d79d2 (diff)
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 <osandov@fb.com> Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/btrfs-device.asciidoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/btrfs-device.asciidoc b/Documentation/btrfs-device.asciidoc
index c56cf5ef..2827598a 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* <dev> [<dev>...] <path>::
+*remove* <dev> [<dev>...] <path>::
Remove device(s) from a filesystem identified by <path>.
+*delete* <dev> [<dev>...] <path>::
+Alias of remove kept for backwards compatability
+
*ready* <device>::
Check device to see if it has all of it's devices in cache for mounting.