mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-14 04:10:06 +01:00
Add --progress-json parameter to utilities.
Progress data can now be printed out in json format suitable for machine processing.
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
#define OPT_PBKDF_FORCE_ITERATIONS_ACTIONS { FORMAT_ACTION, ADDKEY_ACTION, CHANGEKEY_ACTION, CONVERTKEY_ACTION, REENCRYPT_ACTION }
|
||||
#define OPT_PERSISTENT_ACTIONS { OPEN_ACTION }
|
||||
#define OPT_PRIORITY_ACTIONS { CONFIG_ACTION }
|
||||
#define OPT_PROGRESS_JSON_ACTIONS { FORMAT_ACTION, REENCRYPT_ACTION }
|
||||
#define OPT_REFRESH_ACTIONS { OPEN_ACTION }
|
||||
#define OPT_SECTOR_SIZE_ACTIONS { OPEN_ACTION, REENCRYPT_ACTION, FORMAT_ACTION }
|
||||
#define OPT_SERIALIZE_MEMORY_HARD_PBKDF_ACTIONS { OPEN_ACTION }
|
||||
|
||||
Reference in New Issue
Block a user