diff --git a/src/cryptsetup.c b/src/cryptsetup.c index 296699a2..a131b1e2 100644 --- a/src/cryptsetup.c +++ b/src/cryptsetup.c @@ -1381,7 +1381,7 @@ static struct action_type { { "close", action_close, 1, 1, N_(""), N_("close device (remove mapping)") }, { "resize", action_resize, 1, 1, N_(""), N_("resize active device") }, { "status", action_status, 1, 0, N_(""), N_("show device status") }, - { "benchmark", action_benchmark, 0, 0, N_(""), N_("benchmark cipher") }, + { "benchmark", action_benchmark, 0, 0, N_("[--cipher ]"), N_("benchmark cipher") }, { "repair", action_luksRepair, 1, 1, N_(""), N_("try to repair on-disk metadata") }, { "erase", action_luksErase , 1, 1, N_(""), N_("erase all keyslots (remove encryption key)") }, { "luksFormat", action_luksFormat, 1, 1, N_(" []"), N_("formats a LUKS device") },