X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=btrfs-show-super.c;h=4273e42dca3d31423ed3f073f522d496c6542303;hb=30b852cd7e2299ba7795cd302d783724d88e101f;hp=3e2ceb58a5bac8491eb26dd89022b4ce77818e5c;hpb=eaa93e3b0295fc94c774ec73056559a6b8c78b42;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/btrfs-show-super.c b/btrfs-show-super.c index 3e2ceb5..4273e42 100644 --- a/btrfs-show-super.c +++ b/btrfs-show-super.c @@ -18,7 +18,7 @@ #include "utils.h" #include "commands.h" -#include "cmds-inspect-dump-super.h" +#include "help.h" int main(int argc, char **argv) { @@ -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);