]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: improve help text
authorLennart Poettering <lennart@poettering.net>
Fri, 22 Jan 2021 19:29:58 +0000 (20:29 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 22 Jan 2021 22:46:17 +0000 (22:46 +0000)
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

index 3de7a052dfece39129d8c0fdaca3e10742cd8176..3d25fdb34e7731c1a26e50250e1858a18e69b67d 100644 (file)
@@ -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"