mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
Merge pull request #331 from Managor/master
Change lingering set-option texts to set-fs-option
This commit is contained in:
commit
d30bc11101
@ -20,7 +20,7 @@ which are documented in detail below:
|
|||||||
Format one or a list of devices with bcachefs data structures.
|
Format one or a list of devices with bcachefs data structures.
|
||||||
.It Ic show-super
|
.It Ic show-super
|
||||||
Dump superblock information to stdout.
|
Dump superblock information to stdout.
|
||||||
.It Ic set-option
|
.It Ic set-fs-option
|
||||||
Set a filesystem option
|
Set a filesystem option
|
||||||
.El
|
.El
|
||||||
.Ss Mount commands
|
.Ss Mount commands
|
||||||
@ -248,7 +248,7 @@ List of sections to print
|
|||||||
.It Fl l , Fl -layout
|
.It Fl l , Fl -layout
|
||||||
Print superblock layout
|
Print superblock layout
|
||||||
.El
|
.El
|
||||||
.It Nm Ic set-option Oo Ar options Oc Ar device
|
.It Nm Ic set-fs-option Oo Ar options Oc Ar device
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Fl -errors Ns = Ns ( Cm continue | ro | panic )
|
.It Fl -errors Ns = Ns ( Cm continue | ro | panic )
|
||||||
Action to take on filesystem error
|
Action to take on filesystem error
|
||||||
|
@ -26,8 +26,8 @@
|
|||||||
|
|
||||||
static void set_option_usage(void)
|
static void set_option_usage(void)
|
||||||
{
|
{
|
||||||
puts("bcachefs set-option \n"
|
puts("bcachefs set-fs-option \n"
|
||||||
"Usage: bcachefs set-option [OPTION].. device\n"
|
"Usage: bcachefs set-fs-option [OPTION].. device\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Options:\n");
|
"Options:\n");
|
||||||
bch2_opts_usage(OPT_MOUNT);
|
bch2_opts_usage(OPT_MOUNT);
|
||||||
|
Loading…
Reference in New Issue
Block a user