diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-08-20 12:32:57 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-08-21 15:17:02 +0200 |
commit | 988ca0953ea151624d32f5e3cd92334f7533ed11 (patch) | |
tree | 37ef0abb117ee889af57ae7464b9bfdf96da7f00 /man/hostnamectl.xml | |
parent | Revert "cgroup-util: Don't try to open pidfd for kernel threads" (diff) | |
download | systemd-988ca0953ea151624d32f5e3cd92334f7533ed11.tar.xz systemd-988ca0953ea151624d32f5e3cd92334f7533ed11.zip |
man: use standard-options for --no-ask-password everywhere
Diffstat (limited to 'man/hostnamectl.xml')
-rw-r--r-- | man/hostnamectl.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/man/hostnamectl.xml b/man/hostnamectl.xml index 0f50bf9e44..70a6d295f6 100644 --- a/man/hostnamectl.xml +++ b/man/hostnamectl.xml @@ -173,15 +173,6 @@ <variablelist> <varlistentry> - <term><option>--no-ask-password</option></term> - - <listitem><para>Do not query the user for authentication for - privileged operations.</para> - - <xi:include href="version-info.xml" xpointer="v195"/></listitem> - </varlistentry> - - <varlistentry> <term><option>--static</option></term> <term><option>--transient</option></term> <term><option>--pretty</option></term> @@ -198,6 +189,7 @@ <xi:include href="user-system-options.xml" xpointer="host" /> <xi:include href="user-system-options.xml" xpointer="machine" /> + <xi:include href="standard-options.xml" xpointer="no-ask-password" /> <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> <xi:include href="standard-options.xml" xpointer="json" /> |