diff options
Diffstat (limited to 'man/systemd-run.xml')
-rw-r--r-- | man/systemd-run.xml | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml index 4b67b7b5ca..87640fc259 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -21,7 +21,8 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="systemd-run"> +<refentry id="systemd-run" + xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>systemd-run</title> @@ -89,21 +90,6 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <variablelist> <varlistentry> - <term><option>-h</option></term> - <term><option>--help</option></term> - - <listitem><para>Prints a short help - text and exits.</para></listitem> - </varlistentry> - - <varlistentry> - <term><option>--version</option></term> - - <listitem><para>Prints a short version - string and exits.</para></listitem> - </varlistentry> - - <varlistentry> <term><option>--user</option></term> <listitem> @@ -202,6 +188,9 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </para> </listitem> </varlistentry> + + <xi:include href="standard-options.xml" xpointer="help" /> + <xi:include href="standard-options.xml" xpointer="version" /> </variablelist> <para>All command-line arguments after the first non-option |