mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
tmpfiles: fix help text
The help text, apart from being too long, did not describe what the options really do.
This commit is contained in:
parent
6bf12f55af
commit
79ca888f5a
@ -147,15 +147,15 @@
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--prefix=<replaceable>path</replaceable></option></term>
|
||||
<listitem><para>Only apply rules that
|
||||
apply to paths with the specified
|
||||
<listitem><para>Only apply rules with
|
||||
paths that start with the specified
|
||||
prefix. This option can be specified
|
||||
multiple times.</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--exclude-prefix=<replaceable>path</replaceable></option></term>
|
||||
<listitem><para>Ignore rules that
|
||||
apply to paths with the specified
|
||||
<listitem><para>Ignore rules with
|
||||
paths that start with the specified
|
||||
prefix. This option can be specified
|
||||
multiple times.</para></listitem>
|
||||
</varlistentry>
|
||||
|
@ -1749,8 +1749,8 @@ static void help(void) {
|
||||
" --clean Clean up marked directories\n"
|
||||
" --remove Remove marked files/directories\n"
|
||||
" --boot Execute actions only safe at boot\n"
|
||||
" --prefix=PATH Only apply rules that apply to paths with the specified prefix\n"
|
||||
" --exclude-prefix=PATH Ignore rules that apply to paths with the specified prefix\n"
|
||||
" --prefix=PATH Only apply rules with the specified prefix\n"
|
||||
" --exclude-prefix=PATH Ignore rules with the specified prefix\n"
|
||||
" --root=PATH Operate on an alternate filesystem root\n",
|
||||
program_invocation_short_name);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user