Skip to content

Commit

Permalink
btrfs-progs: mkfs: fix typo in default-ro help text
Browse files Browse the repository at this point in the history
Fix a option typo in the mkfs help (`mkfs.btrfs -h`) introduced in the
most recent public release: `defalut-ro` instead of `default-ro`.

Pull-request: #958
Signed-off-by: David Sterba <[email protected]>
  • Loading branch information
smopucilowski authored and kdave committed Feb 20, 2025
1 parent 8c4549c commit 9d3bf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkfs/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ static const char * const mkfs_usage[] = {
OPTLINE("", "- rw - (default) create a writeable subvolume in SUBDIR"),
OPTLINE("", "- ro - create the subvolume as read-only"),
OPTLINE("", "- default - the SUBDIR will be a subvolume and also set as default (can be specified only once)"),
OPTLINE("", "- defalut-ro - like 'default' and is created as read-only subvolume (can be specified only once)"),
OPTLINE("", "- default-ro - like 'default' and is created as read-only subvolume (can be specified only once)"),
OPTLINE("--shrink", "(with --rootdir) shrink the filled filesystem to minimal size"),
OPTLINE("-K|--nodiscard", "do not perform whole device TRIM"),
OPTLINE("-f|--force", "force overwrite of existing filesystem"),
Expand Down

0 comments on commit 9d3bf7d

Please sign in to comment.