From 617535ce856b671a0b8b3d168e39a53796a01a57 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Tue, 25 May 2021 00:00:00 +0300 Subject: [PATCH] bcachefs: add missing journal-resize to help text The command exists already but was missing from the main help text. Signed-off-by: Stijn Tintel --- bcachefs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bcachefs.c b/bcachefs.c index 9a381046..239b1147 100644 --- a/bcachefs.c +++ b/bcachefs.c @@ -56,6 +56,7 @@ static void usage(void) " device evacuate Migrate data off of a specific device\n" " device set-state Mark a device as failed\n" " device resize Resize filesystem on a device\n" + " device journal-resize Resize journal on a device\n" "\n" "Commands for managing filesystem data:\n" " data rereplicate Rereplicate degraded data\n"