summaryrefslogtreecommitdiff
path: root/cmds-filesystem.c
diff options
context:
space:
mode:
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
};