From 06a81e6d296b5f9b5606d4babc940a7f08667047 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 9 Feb 2018 19:25:17 +0100 Subject: [PATCH] list: document -f and -v --- cmd_debug.c | 2 ++ 1 file changed, 2 insertions(+) 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 "); }