]> sourceware.org Git - systemtap.git/commitdiff
PR 16645: Provide [man stap-server' reference when automatically enabling --use-server.
authorDave Brolley <brolley@redhat.com>
Wed, 12 Mar 2014 21:11:13 +0000 (17:11 -0400)
committerDave Brolley <brolley@redhat.com>
Wed, 12 Mar 2014 21:11:13 +0000 (17:11 -0400)
session.cxx

index 25210ddbb7dd1d769d9045641b70f142fa7f312a..60f30f5bae0173ca90a6eac066287b0e7fe00b07 100644 (file)
@@ -1494,7 +1494,7 @@ systemtap_session::check_options (int argc, char * const argv [])
        {
          enable_auto_server (
             _F("For users with the privilege level %s, the module created by compiling your "
-              "script must be signed by a trusted systemtap compile-server.",
+              "script must be signed by a trusted systemtap compile-server.  [man stap-server]",
               pr_name (credentials)));
        }
     }
@@ -1570,7 +1570,7 @@ systemtap_session::check_options (int argc, char * const argv [])
       enable_auto_server (
        _("The kernel on your system requires modules to be signed for loading.\n"
          "The module created by compiling your script must be signed by a systemtap "
-         "compile-server."));
+         "compile-server.  [man stap-server]"));
 
       // Cache the current system's machine owner key (MOK)
       // information, to pass over to the server.
This page took 0.032691 seconds and 5 git commands to generate.