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>
master
Chris Samuel 2012-05-11 22:55:17 +10:00 committed by Chris Mason
parent 8a8e5deb85
commit dfb2230423
1 changed files with 2 additions and 2 deletions

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