]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
dump: document -f
authorLeah Neukirchen <leah@vuxu.org>
Fri, 9 Feb 2018 18:18:58 +0000 (19:18 +0100)
committerLeah Neukirchen <leah@vuxu.org>
Fri, 9 Feb 2018 18:18:58 +0000 (19:18 +0100)
cmd_debug.c

index b622cd39d66368b16ef3cc4fad8a1ff1e4075004..e318c6b86fedf7b7506872888dc811d9eb0177b6 100644 (file)
@@ -24,6 +24,7 @@ static void dump_usage(void)
             "\n"
             "Options:\n"
             "  -o output     Output qcow2 image(s)\n"
+            "  -f            Force; overwrite when needed\n"
             "  -h            Display this help and exit\n"
             "Report bugs to <linux-bcache@vger.kernel.org>");
 }