summaryrefslogtreecommitdiff
path: root/btrfs-select-super.c
diff options
context:
space:
mode:
Diffstat (limited to 'btrfs-select-super.c')
-rw-r--r--btrfs-select-super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btrfs-select-super.c b/btrfs-select-super.c
index 0764bf01..67b3958d 100644
--- a/btrfs-select-super.c
+++ b/btrfs-select-super.c
@@ -34,7 +34,7 @@
static void print_usage(void)
{
printf("usage: btrfs-select-super -s number dev\n");
- printf("\t-s super copy of superbloc to overwrite the primary one (values: 1, 2)\n");
+ printf("\t-s super copy of superblock to overwrite the primary one (values: 1, 2)\n");
exit(1);
}