]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tmpfiles: mention that --create also adjusts files/directories in --help text
authorLennart Poettering <lennart@poettering.net>
Tue, 18 Jun 2024 08:00:16 +0000 (10:00 +0200)
committerLuca Boccassi <bluca@debian.org>
Tue, 18 Jun 2024 13:45:59 +0000 (14:45 +0100)
src/tmpfiles/tmpfiles.c

index 12ef71f080d25d717fc4571be908f0bc5264ba4e..5841db293e768ae53942b61719fbfc3ddc624a8a 100644 (file)
@@ -4144,7 +4144,7 @@ static int help(void) {
         printf("%1$s COMMAND [OPTIONS...] [CONFIGURATION FILE...]\n"
                "\n%2$sCreate, delete, and clean up files and directories.%4$s\n"
                "\n%3$sCommands:%4$s\n"
-               "     --create               Create files and directories\n"
+               "     --create               Create and adjust files and directories\n"
                "     --clean                Clean up files and directories\n"
                "     --remove               Remove files and directories marked for removal\n"
                "     --purge                Delete files and directories marked for creation in\n"