From 2332ce21be1c1c990f44fb012a0f5acc29360214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kohlschu=CC=88tter?= Date: Sat, 5 Nov 2022 12:08:34 +0000 Subject: [PATCH] nlplug-findfs: Document --allow-not-found option This option is used particularly for netbooting and was previously undocumented. Introduced in commit 18606801. --- nlplug-findfs/nlplug-findfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nlplug-findfs/nlplug-findfs.c b/nlplug-findfs/nlplug-findfs.c index 06bca77..c12ae23 100644 --- a/nlplug-findfs/nlplug-findfs.c +++ b/nlplug-findfs/nlplug-findfs.c @@ -1203,6 +1203,7 @@ static void usage(int rc) " -H, --crypt-header HEADER use HEADER device or file as the LUKS header\n" " -k, --crypt-key KEY path to keyfile\n" " -m, --crypt-name NAME use NAME as name for crypto device mapping\n" + " -n, --allow-not-found return success even if nothing was found\n" " -o, --crypt-offset OFFSET cryptsetup payload offset\n" " -D, --crypt-discards allow discards on crypto device\n" " -d, --debug enable debugging ouput\n"