diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-13 15:08:15 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-13 15:08:15 +0100 |
commit | 522d4a495af3a615526fccdf038d2d68f41a73c8 (patch) | |
tree | da69893213adbf77eb6a0e2607313c3339b03859 /src/tmpfiles.c | |
parent | 74ce487dafff196f657835672aae5ad1eb3a6daf (diff) |
systemd: document systemd-tmpfiles
Diffstat (limited to 'src/tmpfiles.c')
-rw-r--r-- | src/tmpfiles.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tmpfiles.c b/src/tmpfiles.c index 36fc9165f8..9b697e47e8 100644 --- a/src/tmpfiles.c +++ b/src/tmpfiles.c @@ -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; |