aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@debian.org>2022-07-21 01:33:13 +0200
committerGuilhem Moulin <guilhem@debian.org>2022-07-21 02:29:05 +0200
commit3e178caeafc65bae61281c3be5db74c7523aae39 (patch)
tree70ac6ea85d2c234bfae99546905d4d2fa28ac0f6 /man
parent803957cd3ebc395040be1b9e0c3a3ebe23bbc290 (diff)
downloadcryptsetup-3e178caeafc65bae61281c3be5db74c7523aae39.tar.gz
Document more supported options in cryptsetup-luksResume(8).
`cryptsetup luksResume --disable-external-tokens --keyfile-offset 123` does work but these options weren't documented.
Diffstat (limited to 'man')
-rw-r--r--man/common_options.adoc4
-rw-r--r--man/cryptsetup-luksResume.8.adoc6
2 files changed, 5 insertions, 5 deletions
diff --git a/man/common_options.adoc b/man/common_options.adoc
index e2d0c147..fcb6279f 100644
--- a/man/common_options.adoc
+++ b/man/common_options.adoc
@@ -160,7 +160,7 @@ passphrases.
endif::[]
endif::[]
-ifdef::ACTION_OPEN,ACTION_RESIZE,ACTION_LUKSFORMAT,ACTION_LUKSADDKEY,ACTION_LUKSREMOVEKEY,ACTION_LUKSCHANGEKEY,ACTION_LUKSCONVERTKEY,ACTION_LUKSKILLSLOT,ACTION_LUKSDUMP,ACTION_REENCRYPT[]
+ifdef::ACTION_OPEN,ACTION_RESIZE,ACTION_LUKSFORMAT,ACTION_LUKSRESUME,ACTION_LUKSADDKEY,ACTION_LUKSREMOVEKEY,ACTION_LUKSCHANGEKEY,ACTION_LUKSCONVERTKEY,ACTION_LUKSKILLSLOT,ACTION_LUKSDUMP,ACTION_REENCRYPT[]
*--keyfile-offset* _value_::
Skip _value_ bytes at the beginning of the key file.
endif::[]
@@ -715,7 +715,7 @@ Removes a previously configured deferred device removal in _close_
command.
endif::[]
-ifdef::ACTION_OPEN,ACTION_RESIZE,ACTION_TOKEN[]
+ifdef::ACTION_OPEN,ACTION_LUKSRESUME,ACTION_RESIZE,ACTION_TOKEN[]
*--disable-external-tokens*::
Disable loading of plugins for external LUKS2 tokens.
endif::[]
diff --git a/man/cryptsetup-luksResume.8.adoc b/man/cryptsetup-luksResume.8.adoc
index ca819713..c59caa2d 100644
--- a/man/cryptsetup-luksResume.8.adoc
+++ b/man/cryptsetup-luksResume.8.adoc
@@ -20,9 +20,9 @@ Resumes a suspended device and reinstates the encryption key. Prompts
interactively for a passphrase if no token is usable (LUKS2 only) or
--key-file is not given.
-*<options>* can be [--key-file, --keyfile-size, --key-slot, --header,
---disable-keyring, --disable-locks, --token-id, --token-only,
---token-type, --type]
+*<options>* can be [--key-file, --keyfile-size, --keyfile-offset,
+--key-slot, --header, --disable-keyring, --disable-locks, --token-id,
+--token-only, --token-type, --disable-external-tokens, --type]
include::man/common_options.adoc[]
include::man/common_footer.adoc[]