]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/tmpfiles.c
systemd: document systemd-tmpfiles
[thirdparty/systemd.git] / src / tmpfiles.c
index 36fc9165f81e3ed467ee36b0085366d0d510c035..9b697e47e8c532dd3dba466f324530dd41a0a385 100644 (file)
@@ -700,13 +700,13 @@ static int scandir_filter(const struct dirent *d) {
 
 static int help(void) {
 
-        printf("%s [OPTIONS...] [CONFIGURATION FILE]\n\n"
-               "Create and clean up temporary files and directories.\n\n"
+        printf("%s [OPTIONS...] [CONFIGURATION FILE...]\n\n"
+               "Creates, deletes and cleans up volatile and temporary files and directories.\n\n"
                "  -h --help             Show this help\n"
                "     --create           Create marked files/directories\n"
                "     --clean            Clean up marked directories\n"
                "     --remove           Remove marked files/directories\n"
-               "     --prefix=PATH      Only apply rules that apply to paths\n",
+               "     --prefix=PATH      Only apply rules that apply to paths with the specified prefix\n",
                program_invocation_short_name);
 
         return 0;