summaryrefslogtreecommitdiff
path: root/btrfs-show-super.c
diff options
context:
space:
mode:
Diffstat (limited to 'btrfs-show-super.c')
-rw-r--r--btrfs-show-super.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/btrfs-show-super.c b/btrfs-show-super.c
index 3e2ceb58..f97f83ba 100644
--- a/btrfs-show-super.c
+++ b/btrfs-show-super.c
@@ -27,6 +27,9 @@ int main(int argc, char **argv)
set_argv0(argv);
+ warning(
+"\nthe tool has been deprecated, please use 'btrfs inspect-internal dump-super' instead\n");
+
if (argc > 1 && !strcmp(argv[1], "--help"))
usage(cmd_inspect_dump_super_usage);