diff options
author | Omar Sandoval <osandov@fb.com> | 2015-06-24 09:09:17 -0700 |
---|---|---|
committer | David Sterba <dsterba@suse.cz> | 2015-06-26 16:33:39 +0200 |
commit | f802f572b1cb1d33bab9747e87e6506b284546cf (patch) | |
tree | e8763c099809f0eb6129d95be98d8fe9ee033fe1 /Documentation/btrfs-device.asciidoc | |
parent | 12aba72aed310d6d3215684c44849233df7d79d2 (diff) | |
download | btrfs-progs-f802f572b1cb1d33bab9747e87e6506b284546cf.tar.gz |
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/btrfs-device.asciidoc')
-rw-r--r-- | Documentation/btrfs-device.asciidoc | 5 |
1 files changed, 4 insertions, 1 deletions
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* <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. |