Post wiki pointer message for getting version
status, limitations, and known problems.

Signed-off-by: jim owens <jow...@hp.com>
---
 mkfs.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/mkfs.c b/mkfs.c
index cb21db6..d664254 100644
--- a/mkfs.c
+++ b/mkfs.c
@@ -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) {
--
1.5.4.3

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to