| commit | 8aed3edca4db2736fdadddab20f07945ddb9d3d1 | [log] [tgz] |
|---|---|---|
| author | Jerome Forissier <jerome.forissier@linaro.org> | Wed Apr 13 17:20:05 2022 +0200 |
| committer | Jérôme Forissier <jerome@forissier.org> | Thu Apr 14 13:03:41 2022 +0200 |
| tree | c8613e35e37c562686b8116a6c6ddd5b0a10dd27 | |
| parent | 5a69d55d65966c098ee1acce56bcd660f0de917b [diff] |
tee-supplicant: accept -r as a short option for --rpmb-cid
Commit 5a69d55d6596 ("tee-supplicant: add --rpmb-cid command line option")
mentions in the help string that -r is synonymous for --rpmb-cid, but
it's not. Add the missing characters to the getopt_long() optstring
argument.
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers