summaryrefslogtreecommitdiff
path: root/btrfs-show-super.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-11-22 16:34:44 +0100
committerDavid Sterba <dsterba@suse.com>2016-11-24 13:06:36 +0100
commit78939e5fe514e1b339e042e4eda690ab2c070bd3 (patch)
treec087c1f33faf87dc94f3178e6534036960b153c1 /btrfs-show-super.c
parent74a95ec84c1a45b6d5b5fe40617c5c9d0c86e32d (diff)
btrfs-progs: deprecate standalone btrfs-show-super
The functionality is now provided by 'inspect dump-super'. Signed-off-by: David Sterba <dsterba@suse.com>
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);