mirror of
https://github.com/kdave/btrfs-progs
synced 2025-03-29 22:56:35 +00:00
Fix "set-dafault" typo in cmds-subvolume.c
Andrei Popa reported that there were two typos of default as dafault, this patch fixes those two typos up. Signed-off-by: Chris Samuel <chris@csamuel.org>
This commit is contained in:
parent
8a8e5deb85
commit
dfb2230423
@ -397,7 +397,7 @@ static int cmd_snapshot(int argc, char **argv)
|
||||
}
|
||||
|
||||
static const char * const cmd_subvol_get_default_usage[] = {
|
||||
"btrfs subvolume get-dafault <path>",
|
||||
"btrfs subvolume get-default <path>",
|
||||
"Get the default subvolume of a filesystem",
|
||||
NULL
|
||||
};
|
||||
@ -435,7 +435,7 @@ static int cmd_subvol_get_default(int argc, char **argv)
|
||||
}
|
||||
|
||||
static const char * const cmd_subvol_set_default_usage[] = {
|
||||
"btrfs subvolume set-dafault <subvolid> <path>",
|
||||
"btrfs subvolume set-default <subvolid> <path>",
|
||||
"Set the default subvolume of a filesystem",
|
||||
NULL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user