rbd-nbd: fix typo in mini help

Signed-off-by: Mykola Golub <mgolub@suse.com>
This commit is contained in:
Mykola Golub 2020-09-20 08:19:30 +01:00
parent 240c46a75a
commit d3fa8d01dc

View File

@ -105,7 +105,7 @@ static void usage()
<< " --max_part <limit> Override for module param max_part\n"
<< " --nbds_max <limit> Override for module param nbds_max\n"
<< " --quiesce Use quiesce callbacks\n"
<< " --quiesce_hook <path> Specify quiesce hook path\n"
<< " --quiesce-hook <path> Specify quiesce hook path\n"
<< " (default: " << Config().quiesce_hook << ")\n"
<< " --read-only Map read-only\n"
<< " --timeout <seconds> Set nbd request timeout\n"