Fix "set-dafault" typo in cmds-subvolume.c
authorChris Samuel <chris@csamuel.org>
Fri, 11 May 2012 12:55:17 +0000 (22:55 +1000)
committerChris Mason <chris.mason@fusionio.com>
Tue, 3 Jul 2012 20:27:46 +0000 (16:27 -0400)
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>
cmds-subvolume.c

index a01c830..3508ce6 100644 (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
 };