summaryrefslogtreecommitdiff
path: root/cmds-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmds-device.c')
-rw-r--r--cmds-device.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmds-device.c b/cmds-device.c
index 458c088d..cbb6b61d 100644
--- a/cmds-device.c
+++ b/cmds-device.c
@@ -349,7 +349,9 @@ out:
static const char * const cmd_device_stats_usage[] = {
"btrfs device stats [-z] <path>|<device>",
- "Show current device IO stats. -z to reset stats afterwards.",
+ "Show current device IO stats.",
+ "",
+ "-z show current stats and reset values to zero",
NULL
};