diff options
Diffstat (limited to 'bcache.c')
-rw-r--r-- | bcache.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; } |