1
0
mirror of https://github.com/systemd/systemd synced 2024-07-01 07:34:28 +00:00

tmpfiles: mention that --create also adjusts files/directories in --help text

This commit is contained in:
Lennart Poettering 2024-06-18 10:00:16 +02:00 committed by Luca Boccassi
parent 6718998d1e
commit d7d41a6a76

View 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"