Fix mispatch of the experimental warnings

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason 2009-01-11 07:58:35 -05:00
parent 72359e8515
commit 6a63d49114

3
mkfs.c
View File

@ -403,6 +403,9 @@ int main(int ac, char **av)
if (ac == 0)
print_usage();
printf("\nWARNING! - %s IS EXPERIMENTAL\n", BTRFS_BUILD_VERSION);
printf("WARNING! - see http://btrfs.wiki.kernel.org before using\n\n");
file = av[optind++];
ret = check_mounted(file);
if (ret < 0) {