From 9d252fbb9408da2342a7b9f8238c6da533f636e5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 22 Jan 2021 20:29:58 +0100 Subject: [PATCH] repart: improve help text Finding "partitions" in a "directory" is a bit weird. Let's find "partition definitions" there, after all the option is called --definitions= --- src/partition/repart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partition/repart.c b/src/partition/repart.c index 3de7a052df..3d25fdb34e 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -3488,7 +3488,7 @@ static int help(void) { " them\n" " --can-factory-reset Test whether factory reset is defined\n" " --root=PATH Operate relative to root path\n" - " --definitions=DIR Find partitions in specified directory\n" + " --definitions=DIR Find partition definitions in specified directory\n" " --key-file=PATH Key to use when encrypting partitions\n" " --tpm2-device=PATH Path to TPM2 device node to use\n" " --tpm2-pcrs=PCR1,PCR2,…\n" -- 2.25.1