summaryrefslogtreecommitdiff
path: root/c_src
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2024-07-20 16:45:08 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2024-07-20 16:45:08 -0400
commit52b9e813bdc826d5dc8d140645166feece0ec43a (patch)
treeb14b734880da1a4fbf17cdcdb4fa668ab465c047 /c_src
parent59ccde4a2f3285533ebaff034cdbe5ea4b9c233a (diff)
Rename option commands
set-option -> set-fs-option setattr -> set-file-option Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'c_src')
-rw-r--r--c_src/bcachefs.c4
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"