summaryrefslogtreecommitdiff
path: root/cmds-subvolume.c
diff options
context:
space:
mode:
authorChris Samuel <chris@csamuel.org>2012-05-11 22:55:17 +1000
committerChris Mason <chris.mason@fusionio.com>2012-07-03 16:27:46 -0400
commitdfb2230423b48df0ad04112f102ea746338c845b (patch)
tree4844cefcc53480a2f903fe20bb618e9074802216 /cmds-subvolume.c
parent8a8e5deb85df636b503f65ad7aedcfc077d1f1b4 (diff)
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>
Diffstat (limited to 'cmds-subvolume.c')
-rw-r--r--cmds-subvolume.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds-subvolume.c b/cmds-subvolume.c
index a01c830d..3508ce61 100644
--- a/cmds-subvolume.c
+++ b/cmds-subvolume.c
@@ -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
};