From 5bc763d62273592bcade1ffa0f35ebe8463a7d8d Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 30 Jul 2021 13:00:10 +0200 Subject: [PATCH] load_roots: arguments must be files I had originally thought to support directories with mbedtls_x509_crt_parse_path but it would have complicated the code more than I cared for. Remove a remnant of the original project in the documentation. Signed-off-by: Gilles Peskine --- programs/x509/load_roots.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/x509/load_roots.c b/programs/x509/load_roots.c index 5baf08b0c3df..de9914e86299 100644 --- a/programs/x509/load_roots.c +++ b/programs/x509/load_roots.c @@ -86,7 +86,7 @@ int main( void ) #define DFL_PRIME_CACHE 1 #define USAGE \ - "\n usage: load_roots param=<>... [--] {FILE|DIR}...\n" \ + "\n usage: load_roots param=<>... [--] FILE...\n" \ "\n acceptable parameters:\n" \ " iterations=%%d Iteration count (not including cache priming); default: 1\n" \ " prime=%%d Prime the disk read cache? Default: 1 (yes)\n" \