diff --git a/btrfsctl.c b/btrfsctl.c index 66c4e89..3ab0c26 100644 --- a/btrfsctl.c +++ b/btrfsctl.c @@ -144,7 +144,7 @@ int main(int ac, char **av) len = strlen(name); if (len == 0 || len >= BTRFS_VOL_NAME_MAX) { fprintf(stderr, - "snapshot name zero length or too long\n"); + "subvolume name zero length or too long\n"); exit(1); } if (strchr(name, ''/'')) { -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html