summaryrefslogtreecommitdiff
path: root/cmd_debug.c
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-02-09 19:25:46 +0100
committerLeah Neukirchen <leah@vuxu.org>2018-02-09 19:25:46 +0100
commit79ce40239a02877a43da963feb4782e8d3286de7 (patch)
tree756caa2bf32826398bbc58b8dba6496b7658540e /cmd_debug.c
parent06a81e6d296b5f9b5606d4babc940a7f08667047 (diff)
list: fix usage header
Diffstat (limited to 'cmd_debug.c')
-rw-r--r--cmd_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd_debug.c b/cmd_debug.c
index 495c18cb..6c2b3184 100644
--- a/cmd_debug.c
+++ b/cmd_debug.c
@@ -235,8 +235,8 @@ static struct bpos parse_pos(char *buf)
static void list_keys_usage(void)
{
- puts("bcachefs list_keys - list filesystem metadata to stdout\n"
- "Usage: bcachefs list_keys [OPTION]... <devices>\n"
+ puts("bcachefs list - list filesystem metadata to stdout\n"
+ "Usage: bcachefs list [OPTION]... <devices>\n"
"\n"
"Options:\n"
" -b (extents|inodes|dirents|xattrs) Btree to list from\n"