diff options
Diffstat (limited to 'c_src')
-rw-r--r-- | c_src/bcachefs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c_src/bcachefs.c b/c_src/bcachefs.c index c5b61097..77bf6215 100644 --- a/c_src/bcachefs.c +++ b/c_src/bcachefs.c @@ -33,7 +33,7 @@ void bcachefs_usage(void) "Superblock commands:\n" " format Format a new filesystem\n" " show-super Dump superblock information to stdout\n" - " set-option Set a filesystem option\n" + " set-fs-option Set a filesystem option\n" " reset-counters Reset all counters on an unmounted device\n" "\n" "Mount:\n" @@ -82,7 +82,7 @@ void bcachefs_usage(void) " migrate-superblock Add default superblock, after bcachefs migrate\n" "\n" "Commands for operating on files in a bcachefs filesystem:\n" - " setattr Set various per file attributes\n" + " set-file-option Set various attributes on files or directories\n" "\n" "Debug:\n" "These commands work on offline, unmounted filesystems\n" |