summaryrefslogtreecommitdiff
path: root/cmds-device.c
diff options
context:
space:
mode:
authorAnand Jain <anand.jain@oracle.com>2013-07-15 13:30:49 +0800
committerDavid Sterba <dsterba@suse.cz>2013-08-09 14:32:36 +0200
commit8f7c5897e96607ef0b47ecbc2f0d3cb4df2b8c07 (patch)
tree35593722d607a21b2b739f612a5886fddc86eae1 /cmds-device.c
parent7d1478b91a9ccfade5f130ebca7928b0badd779a (diff)
btrfs-progs: update device scan usage
the btrfs device scan usage didnt publish --all-devices option so add it Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'cmds-device.c')
-rw-r--r--cmds-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds-device.c b/cmds-device.c
index 3a694beb..4bbf4017 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 [<device>...]",
+ "btrfs device scan [<--all-devices>|<device> [<device>...]]",
"Scan devices for a btrfs filesystem",
NULL
};