summaryrefslogtreecommitdiff
path: root/cmds-filesystem.c
diff options
context:
space:
mode:
authorShawn Bohrer <shawn.bohrer@gmail.com>2012-05-26 12:57:55 -0500
committerChris Mason <chris.mason@fusionio.com>2012-07-03 16:27:46 -0400
commit6cb6eeb11de9fe0345a4c3f173c157931bb9d1bb (patch)
tree86fab582842e5302d9836fe9790b65d209a92407 /cmds-filesystem.c
parentdfb2230423b48df0ad04112f102ea746338c845b (diff)
btrfs-progs: Update resize documentation
The btrfs filesystem resize command defaults to only resizing the filesystem for devid 1, and must have a devid passed in to resize the filesystem for the other devices in the filesystem. Additionally the documentation lacked information on how to actually resize the underlying partition so this provides a little more detail. Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com>
Diffstat (limited to 'cmds-filesystem.c')
-rw-r--r--cmds-filesystem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds-filesystem.c b/cmds-filesystem.c
index 87f0717e..b1457de7 100644
--- a/cmds-filesystem.c
+++ b/cmds-filesystem.c
@@ -463,10 +463,10 @@ static int cmd_defrag(int argc, char **argv)
}
static const char * const cmd_resize_usage[] = {
- "btrfs filesystem resize [+/-]<newsize>[gkm]|max <path>",
+ "btrfs filesystem resize [devid:][+/-]<newsize>[gkm]|[devid:]max <path>",
"Resize a filesystem",
"If 'max' is passed, the filesystem will occupy all available space",
- "on the device.",
+ "on the device 'devid'.",
NULL
};