summaryrefslogtreecommitdiff
path: root/cmd_debug.c
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-02-09 19:18:58 +0100
committerLeah Neukirchen <leah@vuxu.org>2018-02-09 19:18:58 +0100
commita2a99187c12b2238ae2a60aba1c1ff9ddd1c8b84 (patch)
treedfdc9e1cdd1d78a11f624158d26f86e52620f893 /cmd_debug.c
parent0feb77e79e6ab3366f73f3a66385d226d97393ca (diff)
dump: document -f
Diffstat (limited to 'cmd_debug.c')
-rw-r--r--cmd_debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd_debug.c b/cmd_debug.c
index b622cd39..e318c6b8 100644
--- a/cmd_debug.c
+++ b/cmd_debug.c
@@ -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>");
}