]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
vmspawn: fix incorrect mention of container
authorSam Leonard <sam.leonard@codethink.co.uk>
Thu, 25 Jan 2024 14:55:23 +0000 (14:55 +0000)
committerLennart Poettering <lennart@poettering.net>
Thu, 8 Feb 2024 15:04:42 +0000 (16:04 +0100)
man/systemd-vmspawn.xml
src/vmspawn/vmspawn.c

index 1bd459058a3388d4b83d0be57bc842563cdec9c2..d5ece4acea00c03443d43a9d6a6b6a22d5ee7ffd 100644 (file)
           <term><option>-M</option></term>
           <term><option>--machine=</option></term>
 
-          <listitem><para>Sets the machine name for this container. This
-          name may be used to identify this container during its runtime
+          <listitem><para>Sets the machine name for this virtual machine. This
+          name may be used to identify this virtual machine during its runtime
           (for example in tools like
           <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
           and similar).</para>
           <term><option>--load-credential=</option><replaceable>ID</replaceable>:<replaceable>PATH</replaceable></term>
           <term><option>--set-credential=</option><replaceable>ID</replaceable>:<replaceable>VALUE</replaceable></term>
 
-          <listitem><para>Pass a credential to the container. These two options correspond to the
+          <listitem><para>Pass a credential to the virtual machine. These two options correspond to the
           <varname>LoadCredential=</varname> and <varname>SetCredential=</varname> settings in unit files. See
           <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry> for
           details about these concepts, as well as the syntax of the option's arguments.</para>
index a08bc4c6794c8a289ad9d5f267349f7ac416c3a6..c89c38165e0f3ecc0f043b87e4ad26f1774ec6f5 100644 (file)
@@ -89,13 +89,14 @@ static int help(void) {
                "                            supports Secure Boot\n"
                "     --firmware=PATH|list   Select firmware definition file (or list available)\n"
                "\n%3$sSystem Identity:%4$s\n"
-               "  -M --machine=NAME         Set the machine name for the container\n"
+               "  -M --machine=NAME         Set the machine name for the virtual machine\n"
                "\n%3$sCredentials:%4$s\n"
                "     --set-credential=ID:VALUE\n"
-               "                            Pass a credential with literal value to container.\n"
+               "                            Pass a credential with literal value to the\n"
+               "                            virtual machine\n"
                "     --load-credential=ID:PATH\n"
-               "                            Load credential to pass to container from file or\n"
-               "                            AF_UNIX stream socket.\n"
+               "                            Load credential to pass to the virtual machine from\n"
+               "                            file or AF_UNIX stream socket.\n"
                "\nSee the %2$s for details.\n",
                program_invocation_short_name,
                link,