diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
index 8242b536d7319f8c2fac4f1310724cc0e0d6d087..a3946fa66266af96792c58d9d7e2ea69f6fa7ad6 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -780,11 +780,10 @@ PostgreSQL documentation
      </varlistentry>
 
      <varlistentry>
-      <term><option>--security-label</option></term>
+      <term><option>--no-security-label</option></term>
       <listitem>
        <para>
-        With this option, it also outputs security labels of database
-        objects to be dumped, if labeled.
+        Do not dump security labels.
        </para>
       </listitem>
      </varlistentry>
diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml
index c1fe50d1604d47996b2dbf2c7843ccf52914c0ce..3f6690cf40c4677b49c3b1d46a1a471d5d70ce63 100644
--- a/doc/src/sgml/ref/pg_dumpall.sgml
+++ b/doc/src/sgml/ref/pg_dumpall.sgml
@@ -494,11 +494,10 @@ PostgreSQL documentation
       </listitem>
      </varlistentry>
      <varlistentry>
-      <term><option>--security-label</option></term>
+      <term><option>--no-security-label</option></term>
       <listitem>
        <para>
-        With this option, it also outputs security labels of database
-        objects to be dumped, if labeled.
+        Do not dump security labels.
        </para>
       </listitem>
      </varlistentry>