summaryrefslogtreecommitdiff
path: root/bcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcache.c')
-rw-r--r--bcache.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/bcache.c b/bcache.c
index 04955b34..177ef529 100644
--- a/bcache.c
+++ b/bcache.c
@@ -30,7 +30,6 @@ static void usage(void)
"\n"
"Commands for formatting, startup and shutdown\n"
" format Format a new filesystem\n"
- " unlock Unlock an encrypted filesystem prior to running/mounting\n"
" assemble Assemble an existing multi device filesystem\n"
" incremental Incrementally assemble an existing multi device filesystem\n"
" run Start a partially assembled filesystem\n"
@@ -84,9 +83,6 @@ int main(int argc, char *argv[])
if (!strcmp(cmd, "device_remove"))
return cmd_device_remove(argc, argv);
- if (!strcmp(cmd, "unlock"))
- return cmd_unlock(argc, argv);
-
usage();
return 0;
}