summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2021-05-25 00:00:00 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2021-05-25 00:07:07 +0300
commit617535ce856b671a0b8b3d168e39a53796a01a57 (patch)
tree8b919894407ee7cce20503ebbb56201a97eee7c9
parent9852948badf2980fec235c92fa130ff28db6d305 (diff)
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 <stijn@linux-ipv6.be>
-rw-r--r--bcachefs.c1
1 files changed, 1 insertions, 0 deletions
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"