]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: --add was renamed --copy-to when it was merged, fix man page reference to it
authorLennart Poettering <lennart@poettering.net>
Wed, 21 Apr 2021 15:00:45 +0000 (17:00 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 21 Apr 2021 20:24:38 +0000 (22:24 +0200)
man/systemd-dissect.xml

index caaf68dcae8bc99f3efb293754b3edbbfafef08d..0de772cf5ecd24dd0bcc15faf64f25197f42149f 100644 (file)
         <term><option>--fsck=no</option></term>
 
         <listitem><para>Turn off automatic file system checking. By default when an image is accessed for
-        writing (by <option>--mount</option> or <option>--add</option>) the file systems contained in the OS
-        image are automatically checked using the appropriate <citerefentry
+        writing (by <option>--mount</option> or <option>--copy-to</option>) the file systems contained in the
+        OS image are automatically checked using the appropriate <citerefentry
         project='man-pages'><refentrytitle>fsck</refentrytitle><manvolnum>8</manvolnum></citerefentry>
         command, in automatic fixing mode. This behavior may be switched off using
         <option>--fsck=no</option>.</para></listitem>