mirror of
https://github.com/kdave/btrfs-progs
synced 2025-03-24 20:06:41 +00:00
btrfs-progs: Describe device scan -d is a deprecated option in manpage
It's already marked as deprecated in cmd_device_scan_usage().
commit 5444864e56
("btrfs-progs: remove BTRFS_SCAN_PROC scan method")
Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
b025392ffc
commit
142041bb03
@ -89,8 +89,8 @@ Scan devices for a btrfs filesystem.
|
||||
If one or more devices are passed, these are scanned for a btrfs filesystem.
|
||||
If no devices are passed, btrfs uses block devices containing btrfs
|
||||
filesystem as listed by blkid.
|
||||
Finally, if '--all-devices' or '-d' is passed, all the devices under /dev are
|
||||
scanned.
|
||||
Finally, '--all-devices' or '-d' is the deprecated option. If it is passed,
|
||||
its behavior is the same as if no devices are passed.
|
||||
|
||||
*stats* [-z] <path>|<device>::
|
||||
Read and print the device IO stats for all mounted devices of the filesystem
|
||||
|
Loading…
Reference in New Issue
Block a user