From: Anand Jain Date: Mon, 15 Jul 2013 05:30:49 +0000 (+0800) Subject: btrfs-progs: update device scan usage X-Git-Tag: upstream/4.16.1~3213 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f7c5897e96607ef0b47ecbc2f0d3cb4df2b8c07;p=platform%2Fupstream%2Fbtrfs-progs.git btrfs-progs: update device scan usage the btrfs device scan usage didnt publish --all-devices option so add it Signed-off-by: Anand Jain Signed-off-by: David Sterba Signed-off-by: Chris Mason --- diff --git a/cmds-device.c b/cmds-device.c index 3a694be..4bbf401 100644 --- a/cmds-device.c +++ b/cmds-device.c @@ -180,7 +180,7 @@ static int cmd_rm_dev(int argc, char **argv) } static const char * const cmd_scan_dev_usage[] = { - "btrfs device scan [...]", + "btrfs device scan [<--all-devices>| [...]]", "Scan devices for a btrfs filesystem", NULL };