chiark / gitweb /
systemctl: move next elapse calculation to its own function
[elogind.git] / man / systemd-run.xml
index 87640fc259970f918128f10c15eea1ca828cc5a5..064195a989ff9486c43eca64fba0c96d8400a99a 100644 (file)
@@ -89,45 +89,6 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
     <para>The following options are understood:</para>
 
     <variablelist>
-      <varlistentry>
-        <term><option>--user</option></term>
-
-        <listitem>
-          <para>Talk to the service manager of the calling user,
-          rather than the service manager of the system.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-        <term><option>--system</option></term>
-
-        <listitem>
-          <para>Talk to the service manager of the system. This is the
-          implied default.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-              <term><option>-H</option></term>
-              <term><option>--host=</option></term>
-
-              <listitem><para>Execute the operation
-              remotely. Specify a hostname, or
-              username and hostname separated by <literal>@</literal>,
-              to connect to. This will use SSH to
-              talk to the remote machine manager
-              instance.</para></listitem>
-      </varlistentry>
-
-      <varlistentry>
-              <term><option>-M</option></term>
-              <term><option>--machine=</option></term>
-
-              <listitem><para>Execute the operation on a
-              local container. Specify a container
-              name to connect to.</para></listitem>
-      </varlistentry>
-
       <varlistentry>
         <term><option>--scope</option></term>
 
@@ -189,6 +150,11 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
         </listitem>
       </varlistentry>
 
+      <xi:include href="user-system-options.xml" xpointer="user" />
+      <xi:include href="user-system-options.xml" xpointer="system" />
+      <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="help" />
       <xi:include href="standard-options.xml" xpointer="version" />
     </variablelist>