1
0
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:
Chris Samuel 2012-05-11 22:55:17 +10:00 committed by Chris Mason
parent 8a8e5deb85
commit dfb2230423

View File

@ -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
};