diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2021-05-25 00:00:00 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2021-05-25 00:07:07 +0300 |
commit | 617535ce856b671a0b8b3d168e39a53796a01a57 (patch) | |
tree | 8b919894407ee7cce20503ebbb56201a97eee7c9 | |
parent | 9852948badf2980fec235c92fa130ff28db6d305 (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |