summaryrefslogtreecommitdiff
path: root/cmd_format.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2017-05-05 00:27:01 -0800
committerKent Overstreet <kent.overstreet@gmail.com>2017-05-05 00:27:50 -0800
commite004b95b88ae95cf7bb26bd7dc80c5dcf2b2664a (patch)
treebfa21c820a15686c5dd93293d38dfb8f19cdd46c /cmd_format.c
parent5db58a0baee8e732b9dc8a90dd4a739253e758a5 (diff)
fix sync writes - don't use O_EXCL
Diffstat (limited to 'cmd_format.c')
-rw-r--r--cmd_format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_format.c b/cmd_format.c
index a4d12d77..6ab821ec 100644
--- a/cmd_format.c
+++ b/cmd_format.c
@@ -79,7 +79,7 @@ static void usage(void)
" --no_passphrase Don't encrypt master encryption key\n"
" --error_action=(continue|readonly|panic)\n"
" Action to take on filesystem error\n"
- " -l, --label=label\n"
+ " -L, --label=label\n"
" --uuid=uuid\n"
" -f, --force\n"
"\n"