summaryrefslogtreecommitdiffstats
path: root/doc/SystemTap_Beginners_Guide
diff options
context:
space:
mode:
Diffstat (limited to 'doc/SystemTap_Beginners_Guide')
-rw-r--r--doc/SystemTap_Beginners_Guide/en-US/Using_SystemTap.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/SystemTap_Beginners_Guide/en-US/Using_SystemTap.xml b/doc/SystemTap_Beginners_Guide/en-US/Using_SystemTap.xml
index 1a21dbcb..7fc93e8b 100644
--- a/doc/SystemTap_Beginners_Guide/en-US/Using_SystemTap.xml
+++ b/doc/SystemTap_Beginners_Guide/en-US/Using_SystemTap.xml
@@ -80,13 +80,6 @@
</varlistentry>
<varlistentry>
- <term>-I <replaceable>directory</replaceable></term>
- <listitem>
- <para>Check the script against additional tapsets found in <command><replaceable>directory</replaceable></command>. This is useful if you have additional tapsets that are not included in <filename>/usr/share/systemtap/tapset/</filename>; for more information about tapsets, refer to <xref linkend="understanding-tapsets"/>.</para>
- </listitem>
-</varlistentry>
-
-<varlistentry>
<term>-o <replaceable>filename</replaceable></term>
<listitem>
<para>Sends the standard output to file (<replaceable>filename</replaceable>).</para>
@@ -94,7 +87,7 @@
</varlistentry>
<varlistentry>
- <term>-e "<replaceable>script</replaceable>"</term>
+ <term>-e '<replaceable>script</replaceable>'</term>
<listitem>
<para>Run given <command><replaceable>script</replaceable></command>.</para>
</listitem>