From: Lennart Poettering Date: Fri, 22 Jan 2021 19:29:58 +0000 (+0100) Subject: repart: improve help text X-Git-Tag: v248-rc1~270 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9d252fbb9408da2342a7b9f8238c6da533f636e5;p=thirdparty%2Fsystemd.git 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= --- diff --git a/src/partition/repart.c b/src/partition/repart.c index 3de7a052dfe..3d25fdb34e7 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"