summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-01-22 20:29:58 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2021-01-22 22:46:17 +0000
commit9d252fbb9408da2342a7b9f8238c6da533f636e5 (patch)
treeb35355e75ae4b19928647e9e573c60bbb5667224 /src
parent9ae5fed64ec1647d1c8a8e21528c1d2f08b3ebac (diff)
downloadsystemd-9d252fbb9408da2342a7b9f8238c6da533f636e5.tar.gz
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=
Diffstat (limited to 'src')
-rw-r--r--src/partition/repart.c2
1 files changed, 1 insertions, 1 deletions
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"