]> sourceware.org Git - systemtap.git/commitdiff
documentation: mention --remote=direct:// and --remote-prefix
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 10 Oct 2011 14:05:21 +0000 (10:05 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Thu, 13 Oct 2011 18:06:57 +0000 (14:06 -0400)
stap.1

diff --git a/stap.1 b/stap.1
index 3705e153126096cebf0cf9f18657409406e515aa..6d68c13ec05565226497356e927029c69ac1b196 100644 (file)
--- a/stap.1
+++ b/stap.1
@@ -458,14 +458,26 @@ Dumps a list of supported probe types. If
 is also specified, the list will be limited to probe types available to unprivileged users.
 
 .TP
-.BI \-\-remote " [USER@]HOSTNAME"
-Set the execution target to the specified ssh host, optionally using a username
-not matching your own.  This option may be repeated to target multiple
-execution targets.  Passes 1-4 are completed locally as normal to build the
-script, and then pass 5 will copy the module to the target and run it.
+.BI \-\-remote " URL"
+Set the execution target to the given host.  This option may be
+repeated to target multiple execution targets.  Passes 1-4 are
+completed locally as normal to build the script, and then pass 5 will
+copy the module to the target and run it.  Acceptable URL forms include:
+.B [USER@]HOSTNAME
+and
+.B ssh://[USER@]HOSTNAME/
+This mode uses ssh, optionally using a username not matching your own.
 If a custom ssh_config file is in use, add
 .B SendEnv LANG
 to retain internationalization functionality.
+The 
+.B direct://
+URL is available as a special loopback mode to run on the local host.
+
+.TP
+.BI \-\-remote\-prefix
+Prefix each line of remote output with "N:", where N is the index of the remote
+execution target from which the given line originated.
 
 .TP
 .BI \-\-download\-debuginfo " [OPTION]"
This page took 0.030645 seconds and 5 git commands to generate.