summaryrefslogtreecommitdiff
path: root/cmd_debug.c
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-02-09 19:25:17 +0100
committerLeah Neukirchen <leah@vuxu.org>2018-02-09 19:25:17 +0100
commit06a81e6d296b5f9b5606d4babc940a7f08667047 (patch)
tree3222ca2c012835c12b751ce537e73a0f8d92d4f8 /cmd_debug.c
parent869e51901d0bad534c4493499c2bc7c64f72c78e (diff)
list: document -f and -v
Diffstat (limited to 'cmd_debug.c')
-rw-r--r--cmd_debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd_debug.c b/cmd_debug.c
index e318c6b8..495c18cb 100644
--- a/cmd_debug.c
+++ b/cmd_debug.c
@@ -244,6 +244,8 @@ static void list_keys_usage(void)
" -e inode:offset End position\n"
" -i inode List keys for a given inode number\n"
" -m (keys|formats) List mode\n"
+ " -f Check (fsck) the filesystem first\n"
+ " -v Verbose mode\n"
" -h Display this help and exit\n"
"Report bugs to <linux-bcache@vger.kernel.org>");
}