--- a/control/perl-nocem.in
+++ b/control/perl-nocem.in
@@ -525,7 +525,9 @@ Processing NoCeM notices is easy to set
 Import the keys of the NoCeM issuers you trust in order to check
 the authenticity of their notices.  You can do:
 
-    gpg --no-default-keyring --primary-keyring <pathetc>/pgp/ncmring.gpg --import <key-file>
+    gpg --no-default-keyring --primary-keyring <pathetc>/pgp/ncmring.gpg \
+        --no-options --allow-non-selfsigned-uid --no-permission-warning \
+        --batch --import <key-file>
 
 where <pathetc> is the value of the I<pathetc> parameter set in F<inn.conf>
 and <key-file> the file containing the key(s) to import.  The keyring must
--- a/doc/man/perl-nocem.8
+++ b/doc/man/perl-nocem.8
@@ -156,8 +156,10 @@ Processing NoCeM notices is easy to set
 Import the keys of the NoCeM issuers you trust in order to check
 the authenticity of their notices.  You can do:
 .Sp
-.Vb 1
-\&    gpg \-\-no\-default\-keyring \-\-primary\-keyring <pathetc>/pgp/ncmring.gpg \-\-import <key\-file>
+.Vb 3
+\&    gpg \-\-no\-default\-keyring \-\-primary\-keyring=/etc/news/pgp/ncmring.gpg \e
+\&        \-\-no\-options \-\-allow\-non\-selfsigned\-uid \-\-no\-permission\-warning \e
+\&        \-\-batch \-\-import <key\-file>
 .Ve
 .Sp
 where <pathetc> is the value of the \fIpathetc\fR parameter set in \fIinn.conf\fR
